• Joined on 2026-04-23
root pushed to master at root/chat 2026-04-24 02:17:56 +00:00
e70777f04e chore: 删除无用的部署和维护脚本
root pushed to master at root/chat 2026-04-24 02:09:33 +00:00
9fe4e19341 docs: 根据实际项目依赖更新README技术栈(MySQL, Sa-Token等)
root pushed to master at root/chat 2026-04-24 02:07:32 +00:00
86fffa2c8c docs: 完善项目技术架构并新增代码提交指南
1a1ddcf8a1 fix(video): 优化 HLS 流加载失败的错误处理机制,解决跨域及 403 导致无限重试的问题
Compare 2 commits »
root pushed to master at root/chat 2026-04-23 17:10:18 +00:00
e6cde5973a fix: 强制显示横向滚动条并防止Tab被压缩
root pushed to master at root/chat 2026-04-23 17:03:14 +00:00
2ee3191606 fix: 显示分类滚动条
root pushed to master at root/chat 2026-04-23 16:58:31 +00:00
7a9b4c9c8c fix: 支持分类栏鼠标滚动,并修复直播流时长显示
root pushed to master at root/chat 2026-04-23 16:52:24 +00:00
93bea813c1 fix: 修复视频接口中错误引用 ChatResponse 导致的编译失败
root pushed to master at root/chat 2026-04-23 16:47:47 +00:00
2873e94d1d feat: 完善前端视频列表,增加分类Tab与接口对接
root pushed to master at root/chat 2026-04-23 16:46:03 +00:00
5363873aee feat: 增加视频流数据表模型与增删改查接口
root pushed to master at root/chat 2026-04-23 16:41:04 +00:00
212ef94b11 feat: 新增获取的 CCTV1、CCTV5、CCTV6 直播源
root pushed to master at root/chat 2026-04-23 16:36:03 +00:00
92eaa76832 feat: add HLS error handling to catch CORS network issues
ef62eeefe6 feat: update video list with known m3u8 streams
Compare 2 commits »
root pushed to master at root/chat 2026-04-23 16:00:35 +00:00
a23148e1c1 feat: parse external video URL and add HLS support
root pushed to master at root/chat 2026-04-23 15:51:58 +00:00
8ea8c92688 feat: restrict video player and list visibility to admin user only
root pushed to master at root/chat 2026-04-23 15:49:13 +00:00
805ef5228c fix: remove crossorigin to fix video playback on IP access, add play error log
root pushed to master at root/chat 2026-04-23 15:41:09 +00:00
704a582279 feat: 添加视频播放功能,支持聊天/视频模式切换
root pushed to master at root/chat 2026-04-23 14:49:03 +00:00
78de9d0bb2 fix(web): 修复 HTTP 环境下 crypto.subtle 报错,引入纯 JS 版 SHA-256 降级方案
root pushed to master at root/chat 2026-04-23 14:45:10 +00:00
1040e51515 fix: 新增全局异常处理器,使未登录等异常返回正确的 HTTP 状态码以便前端响应
root pushed to master at root/chat 2026-04-23 14:38:38 +00:00
78c1c743a5 feat: 实现前后端双重密码加密策略 (前端 SHA256 + 后端账号加盐 SHA256)
root pushed to master at root/chat 2026-04-23 14:30:41 +00:00
1bc8383f02 fix(web): 提升前端 fetch 封装的健壮性,兼容无响应体或非 JSON 格式的返回结果
root pushed to master at root/chat 2026-04-23 14:24:04 +00:00
598a8edf7e fix: 修复删除会话时由于历史数据 user_id 为空导致的 NullPointerException