From a9af75eb11da4e62e2c8b7d0e1f4bb8645e0c988 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Sat, 9 Aug 2025 22:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=B5=E5=BD=B1=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E8=A7=84=E5=88=99=E6=AD=A3=E5=88=99=E8=A1=A8=E8=BE=BE?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E8=BD=AC=E4=B9=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 2 +- app/templates/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index b755629..9b6fd96 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ .git .github __pycache__ -/img \ No newline at end of file +README.md diff --git a/app/templates/index.html b/app/templates/index.html index 4686b21..c000b2c 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2081,7 +2081,7 @@ anime_save_path: "动画目录前缀/剧名 (年份)/剧名 - S季数", variety_save_path: "综艺目录前缀/剧名 (年份)/剧名 - S季数", documentary_save_path: "纪录片目录前缀/剧名 (年份)/剧名 - S季数", - movie_naming_pattern: "^(.*)\.([^.]+)", + movie_naming_pattern: "^(.*)\\.([^.]+)", movie_naming_replace: "片名 (年份).\\2", tv_naming_rule: "剧名 - S季数E[]", tv_ignore_extension: true @@ -3178,7 +3178,7 @@ anime_save_path: "动画目录前缀/剧名 (年份)/剧名 - S季数", variety_save_path: "综艺目录前缀/剧名 (年份)/剧名 - S季数", documentary_save_path: "纪录片目录前缀/剧名 (年份)/剧名 - S季数", - movie_naming_pattern: "^(.*)\.([^.]+)", + movie_naming_pattern: "^(.*)\\.([^.]+)", movie_naming_replace: "片名 (年份).\\2", tv_naming_rule: "剧名 - S季数E[]", tv_ignore_extension: true, @@ -3187,7 +3187,7 @@ } // 确保电影命名规则字段存在 if (!config_data.task_settings.movie_naming_pattern) { - config_data.task_settings.movie_naming_pattern = "^(.*)\.([^.]+)"; + config_data.task_settings.movie_naming_pattern = "^(.*)\\.([^.]+)"; } if (!config_data.task_settings.movie_naming_replace) { config_data.task_settings.movie_naming_replace = "片名 (年份).\\2";