This commit is contained in:
2026-03-16 13:42:29 +08:00
parent e823e703ea
commit b34720fccf
13 changed files with 428 additions and 282 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"i18n-ally.localesPaths": [
"src/renderer/src/locales"
],
"i18n-ally.keystyle": "nested",
"i18n-ally.namespace": true,
"i18n-ally.sourceLanguage": "zh-CN",
"i18n-ally.enabledParsers": [
"json"
],
}