feat: 前端基础框架

This commit is contained in:
2026-04-07 14:02:24 +08:00
parent 9b8a5ffb65
commit edcea6befb
297 changed files with 47911 additions and 0 deletions

12
oms-vue/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"volar.inlayHints.eventArgumentInInlineHandlers": true,
"css.lint.unknownAtRules": "ignore",
"i18n-ally.localesPaths": ["src/locales/langs", "src/locales"],
"i18n-ally.enabledParsers": ["json"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh",
"i18n-ally.enabledFrameworks": ["vue", "react"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.namespace": true
}