feat(chat): log websocket traffic

This commit is contained in:
2026-06-24 10:48:36 +08:00
parent a571867620
commit f80b5215a9
6 changed files with 101 additions and 16 deletions
-3
View File
@@ -162,9 +162,6 @@ export function applyHttpSendOutput(
};
}
// 本地游客消息额度读取 / 映射逻辑已停用:
// 消息数量限制统一由后端接口返回 blocked/daily_limit,前端不再读取 ChatStorage quota。
// ============================================================
// Init 任务 2history 3 步流(local → network → save)—— `loadHistoryActor` 调
// ============================================================