Browse Source

Ai增加向日葵问题

dev-xx
马远东 4 months ago
parent
commit
9de499518e
  1. 9
      src/page/login/aiqa.vue

9
src/page/login/aiqa.vue

@ -144,6 +144,9 @@ const Data = ref({
{ {
content: '蓝牙打印机芝柯tx453设备连接密码是多少', content: '蓝牙打印机芝柯tx453设备连接密码是多少',
}, },
{
content: '向日葵下载地址',
}
], ],
ChathistoryList: [ ChathistoryList: [
@ -329,6 +332,12 @@ const AiData = (value = '') => {
) { ) {
aiResponse = '蓝牙打印机芝柯xt453设备连接密码是:0000'; 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 { else {
aiResponse = '我不太理解您的问题,我正在努力学习中,请重新描述或输入其他问题,或联系管理员'; aiResponse = '我不太理解您的问题,我正在努力学习中,请重新描述或输入其他问题,或联系管理员';
} }

Loading…
Cancel
Save