feat: 更新配置和依赖项,启用 oxc 插件,移除 cdnImport 插件
Some checks failed
/ lint-build-and-check (push) Failing after 36s
/ playwright (push) Has been cancelled
/ build-and-deploy-to-vercel (push) Has been cancelled
/ surge (push) Has been cancelled

This commit is contained in:
mini2024
2025-03-31 00:55:50 +08:00
parent 0cc1730b2c
commit 2fd7f2fcbc
4 changed files with 177 additions and 1378 deletions

View File

@ -23,5 +23,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.autoImportFileExcludePatterns": ["vue-router/auto$"],
"i18n-ally.localesPaths": ["src/locales"],
"i18n-ally.keystyle": "nested"
"i18n-ally.keystyle": "nested",
"oxc.enable": true
}