修改翻译文件为json格式(为了方便引用插件)优化过期登录弹窗多个的问题

This commit is contained in:
Sun
2024-01-08 21:10:10 +08:00
parent 2efb31571e
commit 89b6b63310
9 changed files with 590 additions and 483 deletions
+68 -3
View File
@@ -10,10 +10,75 @@
},
{
"name": "root",
"path": "."
"path": ".",
}
],
"settings": {
"vue.codeActions.enabled": false
}
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"json",
"jsonc",
"json5",
"yaml",
"yml",
"markdown"
],
"cSpell.words": [
"axios",
"bumpp",
"commitlint",
"davinci",
"dockerhub",
"esno",
"highlightjs",
"hljs",
"iconify",
"katex",
"katexmath",
"linkify",
"logprobs",
"mdhljs",
"mila",
"nodata",
"pinia",
"Popconfirm",
"rushstack",
"Sider",
"tailwindcss",
"traptitech",
"tsup",
"Typecheck",
"unplugin",
"VITE",
"vueuse",
],
"i18n-ally.sortKeys": true,
"i18n-ally.enabledParsers": ["ts", "js","json"],
"i18n-ally.enabledFrameworks": [
"vue"
],
"i18n-ally.dirStructure": "auto",
"i18n-ally.localesPaths": [
"locales"
],
"i18n-ally.sourceLanguage": "zh-CN",
"i18n-ally.keystyle": "nested",
},
"extensions": {
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint"
]
},
}