Commit Graph

10 Commits

Author SHA1 Message Date
2a6732ffe7 fix: 修复6个bug并接入CodeStable工作流
Bug修复:
- GetWorkList 使用了错误的 RecordType (RecordStudy→RecordWork)
- AllRecord handler 返回错误的分页信息 (page硬编码1, pageSize用RecordsCount)
- CourseParse creditNode nil panic (加nil检查)
- WebSocket CheckOrigin 安全漏洞 (release模式限制为同源)
- math/rand 可预测 (替换为 crypto/rand)
- GetDiscussList 未实现 (补全实现, 移除重复路由)

其他:
- 接入 CodeStable 工作流体系 (codestable/ 骨架 + AGENTS.md)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-25 19:55:57 +08:00
83ee4bb5ea release: v0.1.3 2026-04-03 14:24:29 +08:00
98839e9782 feat: expose backend debug log endpoints 2026-04-02 23:51:44 +08:00
9ec25b94f1 feat: add debug log stream support 2026-04-02 23:27:46 +08:00
5acb536281 fix: 将开发和生产环境进行区分 2026-03-28 19:27:17 +08:00
bbd554a426 fix: 修改 CORS, 删除 开发代理 2026-03-27 20:08:58 +08:00
6f30eb79e6 feat: 添加版本信息 2026-03-27 19:26:19 +08:00
21251c6e07 feat: 完成前后端打包 2026-03-27 18:39:53 +08:00
b0db64bd7b feat: 添加定时系统
- 实现定时任务
2026-03-26 22:59:58 +08:00
858c29a799 init: 第一次提交
- 以实现登录获取个人信息和课程
- 实现了获取视频记录
- 实现了学习接口
2026-03-25 22:39:44 +08:00