Skip to content

Commit 099856c

Browse files
authored
chore: remove unused AI component (#1162)
1 parent 93f4e57 commit 099856c

File tree

5 files changed

+1
-125
lines changed

5 files changed

+1
-125
lines changed

apps/web/src/components/ai/chat-box/AIFixedBtn.vue

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/web/src/components/ai/image-generator/AIImageGeneratorBtn.vue

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export { default as AIImageConfig } from './AIImageConfig.vue'
2-
export { default as AIImageGeneratorBtn } from './AIImageGeneratorBtn.vue'
32
export { default as AIImageGeneratorPanel } from './AIImageGeneratorPanel.vue'

apps/web/src/components/ai/tool-box/ToolBoxButton.vue

Lines changed: 0 additions & 67 deletions
This file was deleted.

apps/web/src/components/ai/tool-box/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { EditorView } from '@codemirror/view'
2-
import AIPolishButton from './ToolBoxButton.vue'
32
import AIPolishPopover from './ToolBoxPopover.vue'
43

54
/* ---------- 简化的组合式函数 ---------- */
@@ -29,4 +28,4 @@ function useAIPolish() {
2928
}
3029
}
3130

32-
export { AIPolishButton, AIPolishPopover, useAIPolish }
31+
export { AIPolishPopover, useAIPolish }

0 commit comments

Comments
 (0)