From 6657ff05605ed30acf9573901c98bee62decbd18 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 21 Apr 2024 22:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=84=9A=E6=9C=AC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/log/index.tsx | 3 ++- src/pages/script/index.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/log/index.tsx b/src/pages/log/index.tsx index 82bb631a..cab04766 100644 --- a/src/pages/log/index.tsx +++ b/src/pages/log/index.tsx @@ -120,7 +120,8 @@ const Log = () => { <> {intl.get('确认删除')} - {select} + {' '} + {select}{' '} {intl.get('文件')} {currentNode.type === 'directory' ? intl.get('夹下所有日志') : ''} diff --git a/src/pages/script/index.tsx b/src/pages/script/index.tsx index 10251b1b..da3d7749 100644 --- a/src/pages/script/index.tsx +++ b/src/pages/script/index.tsx @@ -258,7 +258,8 @@ const Script = () => { <> {intl.get('确认删除')} - {select} + {' '} + {select}{' '} {intl.get('文件')} {currentNode.type === 'directory' ? intl.get('夹及其子文件') : ''}