From f36dfc2046ff4402293865fa5a64a5a8a5e9e117 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Mon, 28 Apr 2025 02:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=91=BD=E5=90=8D=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E7=95=8C=E9=9D=A2=EF=BC=8C=E4=B8=BA=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E9=A2=84=E8=A7=88=E6=B7=BB=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 696c398..d29201d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -340,7 +340,7 @@
-
@@ -479,16 +479,23 @@
- 顺序命名表达式: +
+ 顺序命名表达式: +
+
+ 预览结果仅供参考,新文件序号将基于网盘中已有文件的最大序号递增。若分享链接文件不完整,实际结果可能有所不同。 +
- 剧集命名表达式: +
+ 剧集命名表达式: +
-
+
匹配表达式:
-
+
替换表达式:
@@ -496,8 +503,8 @@ - - +
文件名{{ fileSelect.index !== null && formData.tasklist[fileSelect.index] ? + 文件名{{ fileSelect.index !== null && formData.tasklist[fileSelect.index] ? (formData.tasklist[fileSelect.index].use_sequence_naming ? '顺序命名' : (formData.tasklist[fileSelect.index].use_episode_naming ? '剧集命名' : '正则命名')) : '重命名' }}