XuqmGroup-Web/tenant-platform
XuqmGroup 867227fc51 feat(im): 添加即时通讯功能模块
- 添加了 IM API 接口定义,包含登录、消息、群组、好友等接口
- 实现了 ImSDK 核心功能,支持发送各类消息和管理会话
- 集成了 WebSocket 连接管理和自动重连机制
- 添加了本地联系人缓存并优化对话标题显示逻辑
- 实现了 HarmonyOS 平台 HTTP 客户端基础功能
2026-04-28 16:55:12 +08:00
..
src feat(im): 添加即时通讯功能模块 2026-04-28 16:55:12 +08:00
auto-imports.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
components.d.ts feat(sample): 添加示例应用的核心功能模块 2026-04-28 16:08:07 +08:00
index.html chore: initial commit 2026-04-21 22:07:29 +08:00
package.json chore: initial commit 2026-04-21 22:07:29 +08:00
tsconfig.app.json feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
tsconfig.json chore: initial commit 2026-04-21 22:07:29 +08:00
tsconfig.node.json feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
vite.config.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
vite.config.ts feat(sample): 添加示例应用的核心功能模块 2026-04-28 16:08:07 +08:00