XuqmGroup-Web/tenant-platform
XuqmGroup 0f57fe3b71 feat(push): 添加推送服务功能支持
- 新增推送相关的类型定义,包括消息类型、聊天类型、推送配置等接口
- 实现 HarmonyOS 推送 SDK,集成 HarmonyOS NEXT Push Kit 服务
- 实现 iOS 推送 SDK,支持 APNS 推送注册和消息接收
- 添加服务器端 APNS 推送提供商,支持 JWT 认证和推送消息发送
- 添加服务器端 HarmonyOS 推送提供商基础框架
- 集成推送配置加载和路由功能,支持多渠道推送分类管理
2026-05-05 22:26:32 +08:00
..
src feat(push): 添加推送服务功能支持 2026-05-05 22:26:32 +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(push): 添加推送服务功能支持 2026-05-05 22:26:32 +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(deploy): 添加生产环境部署配置和联调环境切换功能 2026-04-30 11:47:01 +08:00