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 @@
| 文件名 | -{{ 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 ? '剧集命名' : '正则命名')) : '重命名' }} | @@ -509,8 +516,8 @@||
|---|---|---|---|---|---|
| {{file.file_name}} | -{{file.file_name_re || '×'}} | +{{file.file_name}} | +{{file.file_name_re || '×'}} | {{ file.include_items }}项 | {{file.size | size}} |