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(); +// }; //用深度监听 消息