From e410053ddd2ebad3cded8071293f84b80f995a93 Mon Sep 17 00:00:00 2001 From: dmy Date: Tue, 13 Jan 2026 21:26:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BB=8EDashboard-AI=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84ArrowDown=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Dashboard-AI.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard-AI.vue b/frontend/src/components/Dashboard-AI.vue index a737d3b..caaee1f 100644 --- a/frontend/src/components/Dashboard-AI.vue +++ b/frontend/src/components/Dashboard-AI.vue @@ -129,7 +129,7 @@ import { ref, watch } from 'vue' import axios from 'axios' 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'