optimization: (fix: the crash when inputting special characters in the search box (#4026)) (#4029)

* add a test rule

* add translation support
This commit is contained in:
Dyna
2025-07-10 21:09:02 +08:00
committed by GitHub
parent 1d49d79af2
commit 660c03a564
3 changed files with 39 additions and 17 deletions

View File

@@ -647,5 +647,6 @@
"Allowed Origins": "Allowed Origins",
"Please enter a valid url": "Please enter a valid url",
"Add": "Add",
"Development mode: Automatically includes Tauri and localhost origins": "Development mode: Automatically includes Tauri and localhost origins"
"Development mode: Automatically includes Tauri and localhost origins": "Development mode: Automatically includes Tauri and localhost origins",
"Invalid regular expression": "Invalid regular expression"
}