后端迁移会话存储模块

This commit is contained in:
yml
2026-05-21 15:28:32 +08:00
parent b86d7e8974
commit 3176880b2e
2 changed files with 68 additions and 15 deletions
@@ -456,6 +456,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
92. 腾讯浏览器会话内存 store 模块迁移到 `.ts`
- `src/services/session/session-service-store.ts`
93. 浏览器会话对象、注册入参、关闭依赖、自动关闭 timer、session 状态持久化 payload 已显式类型化
94. Docker 内验证通过:
- `src/services/session/session.test.js` 共 14 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议