chore: 移除 AI 助手
This commit is contained in:
3
src/types/components.d.ts
vendored
3
src/types/components.d.ts
vendored
@@ -6,12 +6,11 @@
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
|
||||
export {}
|
||||
export {};
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AiAssistant: typeof import('./../components/AiAssistant/index.vue')['default']
|
||||
AppLink: typeof import('./../components/AppLink/index.vue')['default']
|
||||
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
||||
CommandPalette: typeof import('./../components/CommandPalette/index.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user