From 1fe478f373aaf00fa61e08c92d0aea8e52c15582 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 22 Feb 2025 10:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=90=84=E7=B1=BB=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ai/AIAssistantSideBar.vue | 9 +++++++ src/components/editor/CommandConfig.vue | 31 +++++++++++------------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/src/components/ai/AIAssistantSideBar.vue b/src/components/ai/AIAssistantSideBar.vue index 3773c2c..29ecc79 100644 --- a/src/components/ai/AIAssistantSideBar.vue +++ b/src/components/ai/AIAssistantSideBar.vue @@ -4,6 +4,12 @@
AI 助手
+
@@ -348,6 +354,9 @@ export default defineComponent({ return presetContext; }, + openAIAssistantHelp() { + window.showUb.help("#KUCwm"); + }, }, mounted() { setTimeout(this.loadChatHistory); diff --git a/src/components/editor/CommandConfig.vue b/src/components/editor/CommandConfig.vue index 9f8a6c5..3f19efa 100644 --- a/src/components/editor/CommandConfig.vue +++ b/src/components/editor/CommandConfig.vue @@ -57,12 +57,9 @@ 匹配规则 - 查看帮助 - + class="q-ml-xs cursor-pointer" + @click.stop="showHelp('#fa11f8c0')" + /> 输出 +