SanYeCao-Nonebot/src/configs/jm_config.yml
ClovertaTheTrilobita e119bc3268
Merge pull request #8 from Miyokiss/master
feat(jm_download): 添加二维码下载 优化错误处理
2025-04-03 09:53:37 +08:00

12 lines
393 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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