后端迁移平台配置云触手展示

This commit is contained in:
yml
2026-05-21 16:08:33 +08:00
parent 381ac44472
commit 37214d6b40
2 changed files with 28 additions and 26 deletions
@@ -599,6 +599,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
141. 后台 Cloudtentacles 配置展示模块迁移到 `.ts`
- `src/services/admin/platform-config/cloudtentacles.ts`
142. Cloudtentacles 凭据 payload、会话 payload、持久化 session、登录 / 校验响应摘要已进入 TS 编译链路;来源、会话与响应对象补齐动态类型
143. Docker 内验证通过:
- `src/services/admin/platform-config/cloudtentacles.test.js` 共 6 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议