后端迁移云触手平台底座

This commit is contained in:
yml
2026-05-21 16:19:41 +08:00
parent 889be72125
commit ce6a6af820
6 changed files with 63 additions and 42 deletions
+11
View File
@@ -636,6 +636,17 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
153. Cloudtentacles 平台底座模块迁移到 `.ts`
- `src/services/platforms/cloudtentacles/shared.ts`
- `src/services/platforms/cloudtentacles/source-config-service.ts`
- `src/services/platforms/cloudtentacles/session-state-service.ts`
- `src/services/platforms/cloudtentacles/crypto-service.ts`
154. Cloudtentacles 运行时配置解析、URL / headers 构造、来源配置读写、会话状态读写、RSA 加密入口已进入 TS 编译链路;动态配置、会话 map、加密 payload 与 header map 补齐类型
155. Docker 内验证通过:
- `src/services/admin/platform-config/*.test.js` 共 37 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议