mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
docs: 修正小说内容保存配置的注释
This commit is contained in:
parent
cb2ff39b1e
commit
14f9205d76
@ -69,8 +69,8 @@ sharding:
|
|||||||
|
|
||||||
content:
|
content:
|
||||||
save:
|
save:
|
||||||
storage: db #存储介质,db:数据库,file:txt文本
|
storage: db # 小说内容存储方式:db-数据库,txt-TXT文本
|
||||||
path: /Users/xiongxiaoyang/books #txt小说文本保存路径
|
path: /Users/xiongxiaoyang/books # 小说TXT文本保存路径
|
||||||
|
|
||||||
# HTTP 代理配置
|
# HTTP 代理配置
|
||||||
http:
|
http:
|
||||||
|
@ -39,8 +39,8 @@ crawl:
|
|||||||
#小说内容保存配置
|
#小说内容保存配置
|
||||||
content:
|
content:
|
||||||
save:
|
save:
|
||||||
storage: db #存储介质,db:数据库,file:txt文本
|
storage: db # 小说内容存储方式:db-数据库,txt-TXT文本
|
||||||
path: /Users/xiongxiaoyang/books #txt小说文本保存路径
|
path: /Users/xiongxiaoyang/books # 小说TXT文本保存路径
|
||||||
|
|
||||||
# HTTP 代理配置
|
# HTTP 代理配置
|
||||||
http:
|
http:
|
||||||
|
@ -39,8 +39,8 @@ templates:
|
|||||||
#小说内容保存配置
|
#小说内容保存配置
|
||||||
content:
|
content:
|
||||||
save:
|
save:
|
||||||
storage: db #存储介质,db:数据库,file:txt文本
|
storage: db # 小说内容存储方式:db-数据库,txt-TXT文本
|
||||||
path: /Users/xiongxiaoyang/books #txt小说文本保存路径
|
path: /Users/xiongxiaoyang/books # 小说TXT文本保存路径
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user