feat: 项目初始化

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 20:04:39 +08:00
commit f4c5c44392
11 changed files with 14468 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)