bujinyuan
780dea3c31
feat(frontend): Task 6 - Chat Store + API + WS 事件 + TabBar badge
API (api/im.js):
- getConversations / getHistoryMessages / pinConversation
- deleteConversation / clearHistory / searchMessages / getTotalUnread
Chat Store (store/chat.js):
- 会话列表管理 + 排序(置顶优先)
- 消息缓存 + 三态确认(sending/sent/failed)
- 全局未读数管理(Redis 同步)
- WS 事件监听:im.message.new/recalled/send.ack/offline.sync/typing
- 工具方法:游标分页加载、typing 超时清除
CustomTabBar:
- 消息 Tab 显示全局未读 badge(>99 显示 99+)
Made-with: Cursor
2026-03-03 10:58:35 +08:00
..
2026-03-02 11:31:24 +08:00
2026-03-02 17:15:21 +08:00
2026-03-03 10:58:35 +08:00
2026-03-02 17:15:21 +08:00