From 1881e501f599cfcec313a36867d370641da71714 Mon Sep 17 00:00:00 2001 From: zwt13703 Date: Mon, 27 Apr 2026 17:34:55 +0800 Subject: [PATCH] updates --- app/static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");