File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/src/components/ai-chat/component/chat-input-operate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ const startRecording = async () => {
4014012、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
402402(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
403403(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
404- <img src="${new URL (` ../.. /assets/tipIMG.jpg` , import .meta .url ).href }" style="width: 100%;" /> ` ,
404+ <img src="${new URL (` @ /assets/tipIMG.jpg` , import .meta .url ).href }" style="width: 100%;" /> ` ,
405405 {
406406 confirmButtonText: ' 我知道了' ,
407407 dangerouslyUseHTMLString: true ,
@@ -418,7 +418,7 @@ const startRecording = async () => {
4184182、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/>
419419(1) 地址栏输入chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/>
420420(2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。</p>
421- <img src="${new URL (` ../.. /assets/tipIMG.jpg` , import .meta .url ).href }" style="width: 100%;" /> ` ,
421+ <img src="${new URL (` @ /assets/tipIMG.jpg` , import .meta .url ).href }" style="width: 100%;" /> ` ,
422422 {
423423 confirmButtonText: ' 我知道了' ,
424424 dangerouslyUseHTMLString: true ,
You can’t perform that action at this time.
0 commit comments