mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
fix(config): 更新jm_config.yml下载配置和目录规则
调整下载线程数,图片格式和日志设置,优化目录规则结构
This commit is contained in:
parent
8453bb51c6
commit
9ff7171df7
1 changed files with 9 additions and 10 deletions
|
|
@ -1,12 +1,11 @@
|
|||
log: false
|
||||
download:
|
||||
cache: true
|
||||
image:
|
||||
decode: true
|
||||
suffix: .jpg
|
||||
threading:
|
||||
image: 10
|
||||
photo: 2
|
||||
dir_rule:
|
||||
base_dir: src\resources\image\jm
|
||||
rule: Bd_Pname
|
||||
|
||||
# 下载配置
|
||||
download:
|
||||
cache: true # 如果要下载的文件在磁盘上已存在,不用再下一遍了吧?默认为true
|
||||
image:
|
||||
decode: true # JM的原图是混淆过的,要不要还原?默认为true
|
||||
suffix: null # 把图片都转为.jpg格式,默认为null,表示不转换。
|
||||
threading:
|
||||
photo: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue