后端迁移通知服务

This commit is contained in:
yml
2026-05-21 16:31:03 +08:00
parent fb95f7dc55
commit 1c760f1dd3
5 changed files with 95 additions and 78 deletions
+11
View File
@@ -674,6 +674,17 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
165. 通知服务模块迁移到 `.ts`
- `src/services/notification/config-service.ts`
- `src/services/notification/bark-service.ts`
- `src/services/notification/notification-service.ts`
- `src/services/notification/domain-notifications.ts`
166. Bark 通知发送、通知配置读写、内部通知分发、业务域告警与冷却控制已进入 TS 编译链路;Bark input、通知 payload、接收人配置、错误上下文与冷却 map 补齐类型
167. Docker 内验证通过:
- `src/services/admin/platform-config/*.test.js` 共 37 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议