This commit is contained in:
zwt13703 2026-04-27 17:33:39 +08:00
parent 43561548fd
commit 4ad91eb276
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ async function loadConversations() {
renderConversations();
if (conversations.length === 0) {
showToast("暂无会话,请先点击"同步拉取"获取消息", "error");
showToast('暂无会话,请先点击"同步拉取"获取消息', "error");
}
} catch (e) {
showToast("加载会话失败: " + e.message, "error");