From 17dc88c2f8ca98373d1b1a2e3a46249fad49291f Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 16 Oct 2025 14:44:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BC=80=E5=90=AF=E8=B4=A2=E8=BF=90?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DeepNineModel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index c1e33e9..bd4caf8 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -319,11 +319,11 @@ const closeNoPermissionDialog = () => { @media screen and (max-width: 400px){ .top-icon { margin-top: -2%; - width: 80%; + width: 90%; } .bottom-icon{ gap: 1rem; - bottom: 5vh; + bottom: 8vh; } } From 1dc59d43263b0dfbb8835e69df9ca562172ec282 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 16 Oct 2025 15:17:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=BA=E5=AE=9D=E5=A5=87=E5=85=B5?= =?UTF-8?q?=E5=A4=A7=E6=A8=A1=E5=9E=8B=E4=BD=99=E9=A2=9D=E4=B8=BA0?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BD=99=E9=A2=9D=E4=B8=8D=E8=B6=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIchat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue index 1603391..34937dd 100644 --- a/src/views/AIchat.vue +++ b/src/views/AIchat.vue @@ -1204,7 +1204,7 @@ watch( console.log(AIcontent, "AIcontent"); if (result.code == 406) { - AIcontent.value = `

尊敬的用户,目前您的token余额为0,系统将无法处理您的搜索请求,您可以补充token后再进行搜索。token兑换的入口在右上角“获取token次数”,点击即可操作哦~

`; + AIcontent.value = `

尊敬的用户,目前您的token余额不足,系统将无法处理您的搜索请求,您可以补充token后再进行搜索。token兑换的入口在右上角“获取token次数”,点击即可操作哦~

`; } const aiMsg = {