|
@@ -1367,7 +1367,7 @@
|
|
|
</div>
|
|
|
<iframe
|
|
|
allow="camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
- src="https://beta.cloud.cocorobo.cn/browser/public/index.html"
|
|
|
+ src="https://cloud.cocorobo.hk/browser/public/index.html"
|
|
|
ref="iiframe"
|
|
|
v-show="false"
|
|
|
></iframe>
|
|
@@ -1375,7 +1375,7 @@
|
|
|
<!-- 文字转语音-->
|
|
|
<iframe
|
|
|
allow="camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
- src="https://beta.cloud.cocorobo.cn/browser/public/index1.html"
|
|
|
+ src="https://cloud.cocorobo.hk/browser/public/index1.html"
|
|
|
ref="iiframe2"
|
|
|
v-show="false"
|
|
|
></iframe>
|
|
@@ -1887,7 +1887,7 @@ export default {
|
|
|
this.insertMemorandum(`<span class="btn">搜索视频</span>`);
|
|
|
return this.ajax
|
|
|
.post(`https://gpt4.cocorobo.cn/get_network_search`, {
|
|
|
- engine: "bilibili",//bilibili youtube
|
|
|
+ engine: "youtube",//bilibili youtube
|
|
|
keyword: _text
|
|
|
})
|
|
|
.then(res => {
|
|
@@ -1899,9 +1899,9 @@ export default {
|
|
|
.replaceAll('<em class="keyword">', "")
|
|
|
.replaceAll("</em>", "");
|
|
|
// bilibili👇
|
|
|
- _resultText += `名称:${i.title}\n简介:${i.description}\n地址:[${i.arcurl}](${i.arcurl})\n\n`;
|
|
|
+ // _resultText += `名称:${i.title}\n简介:${i.description}\n地址:[${i.arcurl}](${i.arcurl})\n\n`;
|
|
|
//youtube👇
|
|
|
- // _resultText += `名称:${i.title}\n简介:${i.description}\n地址:[${i.link}](${i.link})\n\n`;
|
|
|
+ _resultText += `名称:${i.title}\n简介:${i.description}\n地址:[${i.link}](${i.link})\n\n`;
|
|
|
});
|
|
|
this.chatList.find(i => i.uid == _uuid).aiContent = _resultText;
|
|
|
this.chatList.find(i => i.uid == _uuid).loading = false;
|