From 722be73e14a2dae9526914b3ebb6dab0e143f5d9 Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Wed, 2 Apr 2025 20:06:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E6=9B=B4=E6=96=B0jm=5Fconfig.y?= =?UTF-8?q?ml=E4=B8=8B=E8=BD=BD=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/configs/jm_config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/configs/jm_config.yml b/src/configs/jm_config.yml index 662e77b..508aead 100644 --- a/src/configs/jm_config.yml +++ b/src/configs/jm_config.yml @@ -1,3 +1,12 @@ dir_rule: base_dir: src\resources\image\jm rule: Bd_Pname + +# 下载配置 +download: + cache: true # 如果要下载的文件在磁盘上已存在,不用再下一遍了吧?默认为true + image: + decode: true # JM的原图是混淆过的,要不要还原?默认为true + suffix: .jpg # 把图片都转为.jpg格式,默认为null,表示不转换。 + threading: + photo: 5