mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 10:09:04 +08:00
Fix: Verify filename when adding new config
This commit is contained in:
@@ -2256,7 +2256,8 @@
|
||||
"NewName": "New name",
|
||||
"CopyFrom": "Copy from existing config",
|
||||
"Confirm": "Add",
|
||||
"FileExist": "A config with the same name exists, please choose another one"
|
||||
"FileExist": "A config with the same name exists, please choose another one",
|
||||
"InvalidChar": "Config name cannot contain any of the following characters: .\\/:*?\"<>|"
|
||||
},
|
||||
"Update": {
|
||||
"UpToDate": "Latest version",
|
||||
|
||||
Reference in New Issue
Block a user