feat: added matching flags

This commit is contained in:
2025-06-27 00:43:31 +03:00
parent b766f61b0c
commit 759307f983
18 changed files with 188 additions and 14 deletions

View File

@@ -91,5 +91,14 @@
},
"search_placeholder": {
"message": "搜索..."
}
},
"options": {
"message": "选项"
},
"match_case": {
"message": "区分大小写"
},
"match_whole": {
"message": "全词匹配"
}
}