|
|
|
@ -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 = '我不太理解您的问题,我正在努力学习中,请重新描述或输入其他问题,或联系管理员'; |
|
|
|
|
} |
|
|
|
|