后端迁移会话微信登录模块

This commit is contained in:
yml
2026-05-21 15:34:56 +08:00
parent 07a58343c9
commit 150de31c74
2 changed files with 75 additions and 15 deletions
@@ -480,6 +480,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
101. 腾讯浏览器 WX 登录模块迁移到 `.ts`
- `src/services/session/session-wx.ts`
102. WX 登录 iframe、快捷登录切换、二维码候选状态、远程下载 fallback、二维码 locator 与扫码状态已显式类型化
103. Docker 内验证通过:
- `src/services/session/session.test.js` 共 14 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议