File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4343
4444- [x] ** 代码规范:** 集成 ESLint、StyleLint、EditorConfig,自动校验 Git 提交代码格式。
4545
46- - [x] ** AI 支持:** 更好地适配 ` cursor ` 和 ` trae ` 规则,集成 ` MCP ` 插件。
46+ - [x] ** AI 支持:** 更好地适配 ` cursor ` 和 ` trae ` 规则,集成 ` MCP ` 插件,支持 ` antfu skills ` 。
4747
4848- [x] ** 包体积分析:** 集成包体积视图分析插件 (` rollup-plugin-visualizer ` )。
4949
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ export {}
99declare module 'vue' {
1010 export interface GlobalComponents {
1111 AgreePrivacy : typeof import ( './../src/components/agree-privacy/index.vue' ) [ 'default' ]
12+ AvatarFallback : typeof import ( './../src/components/ui/avatar/AvatarFallback.vue' ) [ 'default' ]
13+ AvatarImage : typeof import ( './../src/components/ui/avatar/AvatarImage.vue' ) [ 'default' ]
1214 LangSelect : typeof import ( './../src/components/lang-select/index.vue' ) [ 'default' ]
1315 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
1416 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
You can’t perform that action at this time.
0 commit comments