后端迁移会话凭证渲染模块

This commit is contained in:
yml
2026-05-21 15:17:18 +08:00
parent 52c0c101a6
commit ae31fe2797
4 changed files with 77 additions and 14 deletions
+10
View File
@@ -408,6 +408,16 @@
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
77. 腾讯浏览器会话 proof 渲染 / 结果写入模块迁移到 `.ts`
- `src/services/session/session-proof-html.ts`
- `src/services/session/session-proof-renderer.ts`
- `src/services/session/session-proof-result-writer.ts`
78. 凭证 HTML 输入、结果 JSON payload、浏览器截图合成上下文、页面弹窗渲染已显式类型化
79. Docker 内验证通过:
- `src/services/session/session-proof.test.js` 共 4 个用例通过
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
## 下一步建议