修改删除日志脚本提示

This commit is contained in:
whyour 2024-04-21 22:35:20 +08:00
parent 0593dae41d
commit 6657ff0560
2 changed files with 4 additions and 2 deletions

View File

@ -120,7 +120,8 @@ const Log = () => {
<>
{intl.get('确认删除')}
<Text style={{ wordBreak: 'break-all' }} type="warning">
{select}
{' '}
{select}{' '}
</Text>
{intl.get('文件')}
{currentNode.type === 'directory' ? intl.get('夹下所有日志') : ''}

View File

@ -258,7 +258,8 @@ const Script = () => {
<>
{intl.get('确认删除')}
<Text style={{ wordBreak: 'break-all' }} type="warning">
{select}
{' '}
{select}{' '}
</Text>
{intl.get('文件')}
{currentNode.type === 'directory' ? intl.get('夹及其子文件') : ''}