diff --git a/app/static/app.js b/app/static/app.js index a4a457b..493fc38 100644 --- a/app/static/app.js +++ b/app/static/app.js @@ -26,7 +26,7 @@ async function loadConversations() { renderConversations(); if (conversations.length === 0) { - showToast('暂无会话,请先点击\"同步拉取\"获取消息', "error"); + showToast('暂无会话,请先点击 同步拉取 获取消息', "error"); } } catch (e) { showToast("加载会话失败: " + e.message, "error");