refactor: 从Dashboard-AI组件中移除未使用的ArrowDown图标

This commit is contained in:
dmy
2026-01-13 21:26:52 +08:00
parent f32c04b8df
commit e410053ddd

View File

@@ -129,7 +129,7 @@
import { ref, watch } from 'vue' import { ref, watch } from 'vue'
import axios from 'axios' import axios from 'axios'
import { ElMessage } from 'element-plus' import { ElMessage } from 'element-plus'
import { MagicStick, Loading, InfoFilled, List, ArrowDown, Paperclip } from '@element-plus/icons-vue' import { MagicStick, Loading, InfoFilled, List, Paperclip } from '@element-plus/icons-vue'
import PinnedProject from './PinnedProject.vue' import PinnedProject from './PinnedProject.vue'