mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修改删除日志脚本提示
This commit is contained in:
parent
0593dae41d
commit
6657ff0560
|
@ -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('夹下所有日志') : ''}
|
||||
|
|
|
@ -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('夹及其子文件') : ''}
|
||||
|
|
Loading…
Reference in New Issue
Block a user