Skip to content

Commit 1d8d3d1

Browse files
author
oyjt
committed
docs: 添加antfu skills支持
1 parent d2a228a commit 1d8d3d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

types/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export {}
99
declare 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']

0 commit comments

Comments
 (0)