From c02d16caa0ee678c7d11d5ea11467d598689645f Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Mon, 21 Apr 2025 05:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=BA=E5=BA=8F=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E9=A2=84=E8=A7=88=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index e67ee8b..552d276 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -459,7 +459,7 @@
- 顺序命名模式: + 顺序命名格式:
匹配表达式: @@ -470,7 +470,7 @@ 文件名 - 正则命名 + {{ fileSelect.index !== null && formData.tasklist[fileSelect.index] && formData.tasklist[fileSelect.index].use_sequence_naming ? '顺序命名' : '正则命名' }}