Jerry Yan q792602257
  • Joined on 2022-10-11
q792602257 pushed to lsf at q792602257/DataMate 2026-02-05 03:55:03 +08:00
99bd83d312 fix: 修复知识库同步的并发控制、数据清理、文件事务和COCO导出问题
q792602257 pushed to lsf at q792602257/DataMate 2026-02-05 03:21:15 +08:00
c03bdf1a24 refactor(data-management): 移除未使用的数据库操作方法并优化查询条件
q792602257 pushed to lsf at q792602257/DataMate 2026-02-05 02:18:09 +08:00
9057807ec1 fix(database): 解决数据管理表联合索引长度超限问题
q792602257 pushed to lsf at q792602257/DataMate 2026-02-05 02:07:42 +08:00
f15fd044ce fix(data-management): 修复SQL映射中的比较运算符转义问题
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 23:53:49 +08:00
d0972cbc9d feat(data-management): 实现数据集文件版本管理和内部路径保护
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 19:16:57 +08:00
473f4e717f feat(annotation): 添加文本分段索引显示功能
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 18:23:56 +08:00
6b0042cb66 refactor(annotation): 简化任务选择逻辑并移除未使用的状态管理
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 18:08:25 +08:00
fa9e9d9f68 refactor(annotation): 简化文本标注编辑器的段落管理功能
q792602257 pushed to next at q792602257/FrameTour-RenderWorker 2026-02-04 18:06:16 +08:00
dd2d40c55b feat(logger): 重构日志系统配置
c57524f174 feat(video): 添加源视频时长检测和帧冻结补足功能
Compare 2 commits »
q792602257 pushed to next at q792602257/FrameTour-RenderWorker 2026-02-04 17:46:10 +08:00
eeb21cada3 perf(render_video): 优化视频编码的关键帧间隔策略
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 17:35:23 +08:00
707e65b017 refactor(annotation): 优化编辑器服务中的分段处理逻辑
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 17:00:31 +08:00
cda22a720c feat(annotation): 优化文本标注分段功能实现
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 16:25:13 +08:00
394e2bda18 feat(data-management): 添加数据集文件取消上传功能
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 16:11:12 +08:00
4220284f5a refactor(utils): 重构文件流式分割上传功能
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 16:00:24 +08:00
8415166949 refactor(upload): 重构切片上传逻辑支持动态请求ID解析
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 15:48:13 +08:00
078f303f57 Revert "fix: 修复 hasArchive 和 splitByLine 同时存在的问题"
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 15:43:56 +08:00
50f2da5503 fix: 修复 hasArchive 和 splitByLine 同时存在的问题
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 15:39:09 +08:00
3af1daf8b6 fix: 修复流式分割上传的"预上传请求不存在"错误
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 15:06:21 +08:00
7c7729434b fix: 修复流式分割上传的三个问题
q792602257 pushed to lsf at q792602257/DataMate 2026-02-04 14:54:19 +08:00
17a62cd3c2 fix: 修复上传取消功能,确保 HTTP 请求正确中止