perf: 支持AI分析报错

This commit is contained in:
xiaojunnuo
2025-05-14 15:03:47 +08:00
parent abf015f485
commit aa96859798
8 changed files with 67 additions and 188 deletions
@@ -24,7 +24,7 @@
</div>
<!-- 聊天按钮 -->
<div v-show="!chatVisible" class="maxkb-chat-button" :style="buttonPosition" @click="toggleChat">
<div v-show="!chatVisible" class="maxkb-chat-button" @click="toggleChat">
<img src="https://maxkb.handfree.work/ui/MaxKB.gif" />
</div>
@@ -123,7 +123,7 @@ onMounted(() => {
});
async function openChat(req: { q: string }) {
showGuide.value = true;
chatVisible.value = true;
const iframeId = "maxkb-chat";
@@ -227,10 +227,10 @@ defineExpose({
#maxkb .maxkb-tips .maxkb-button button::after {
border: none;
}
#maxkb .maxkb-tips . {
#maxkb .maxkb-tips {
position: absolute;
right: 20px;
top: 20px;
//top: 20px;
cursor: pointer;
}
#maxkb-chat-container {
@@ -248,7 +248,7 @@ defineExpose({
#maxkb .maxkb-chat-button {
position: fixed;
right: 0px;
right: 10px;
bottom: 30px;
cursor: pointer;
z-index: 10000;