From 8135edfbab271b6598def7dcaa1dba7afdcd70c2 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 16 Sep 2025 11:35:36 +0800 Subject: [PATCH] =?UTF-8?q?ai=E9=A1=B5=E9=9D=A2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 24224c7..694c865 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -63,12 +63,12 @@ - - -
- -
-
+ + + + + +
@@ -193,11 +193,11 @@ const handleCommand = (command: string) => { }; -const aiAssistantRef = ref>(); - -const openAiAssistantMenu = () => { - aiAssistantRef.value?.openSearch(); -}; +// const aiAssistantRef = ref>(); +// +// const openAiAssistantMenu = () => { +// aiAssistantRef.value?.openSearch(); +// }; //用深度监听 消息