后端迁移会话凭证编排

This commit is contained in:
yml
2026-05-21 15:18:48 +08:00
parent ae31fe2797
commit a77439874b
2 changed files with 73 additions and 5 deletions
@@ -418,6 +418,14 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
80. 腾讯浏览器会话 proof 总编排迁移到 `.ts`
- `src/services/session/session-proof.ts`
81. 兑换凭证保存入口、基础 / 完整 proof 分支、北京时间截图降级路径、artifact 返回值已显式类型化
82. Docker 内验证通过:
- `src/services/session/session-proof.test.js` 共 4 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议