官网开发 0805

This commit is contained in:
eafonyang
2026-08-05 18:36:01 +08:00
parent 816281bf2d
commit c9a1d9c576
23 changed files with 1367 additions and 231 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"],
"~/*": ["./*"]
"~/*": ["./*"],
// @wangeditor/editor-for-vue 的 exports 缺 types 条件,手动指向其类型声明
"@wangeditor/editor-for-vue": ["./node_modules/@wangeditor/editor-for-vue/dist/src/index.d.ts"]
},
"resolveJsonModule": true,
"types": ["vite/client", "node", "unplugin-icons/types/vue", "naive-ui/volar"],