From 9de499518e0dcd3f5fe0641608807431f3d46af7 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Fri, 18 Oct 2024 15:34:37 +0800 Subject: [PATCH] =?UTF-8?q?Ai=E5=A2=9E=E5=8A=A0=E5=90=91=E6=97=A5=E8=91=B5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/login/aiqa.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/page/login/aiqa.vue b/src/page/login/aiqa.vue index 99afd2c0..de9d2cbb 100644 --- a/src/page/login/aiqa.vue +++ b/src/page/login/aiqa.vue @@ -144,6 +144,9 @@ const Data = ref({ { content: '蓝牙打印机芝柯tx453设备连接密码是多少', }, + { + content: '向日葵下载地址', + } ], ChathistoryList: [ @@ -329,6 +332,12 @@ const AiData = (value = '') => { ) { aiResponse = '蓝牙打印机芝柯xt453设备连接密码是:0000'; } + else if ( + lowercaseValue.includes('向日葵') || lowercaseValue.includes('向日葵下载地址') + ) { + aiResponse = '向日葵下载地址:https://sunlogin.oray.com/,使用教程点击下方立即下载'; + data.link = 'http://files.huo5u.com/plugins/%E5%90%91%E6%97%A5%E8%91%B5%E8%BF%9C%E7%A8%8B%E8%BD%AF%E4%BB%B6%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.docx'; + } else { aiResponse = '我不太理解您的问题,我正在努力学习中,请重新描述或输入其他问题,或联系管理员'; }