From 4ad91eb276390898825247e9e15dc70c864cc7e4 Mon Sep 17 00:00:00 2001 From: zwt13703 Date: Mon, 27 Apr 2026 17:33:39 +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 4adbf3f..0fb9f6a 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");