mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 22:58:02 +08:00
Fix: Verify filename when adding new config
This commit is contained in:
@@ -2256,7 +2256,8 @@
|
||||
"NewName": "新的配置文件名",
|
||||
"CopyFrom": "从现有的配置中复制",
|
||||
"Confirm": "添加",
|
||||
"FileExist": "存在同名的配置文件,请重新输入一个"
|
||||
"FileExist": "存在同名的配置文件,请重新输入一个",
|
||||
"InvalidChar": "配置文件名不能包含下列任何字符:.\\/:*?\"<>|"
|
||||
},
|
||||
"Update": {
|
||||
"UpToDate": "已是最新版本",
|
||||
|
||||
Reference in New Issue
Block a user