• v3.2.1 e5d664fb98

    性能优化: 项目页/看板/DAG/知识库/交付 加载提速

    hz4th_coder released this 2026-08-16 19:26:13 +08:00 | 3 commits to master since this release

    • /api/tasks 列表接口改用轻量序列化,去掉 output_text/error 大字段
      (300KB -> 6KB, 详情接口 /api/tasks/ 仍返回完整数据)
    • /api/tasks/trash 与 /api/projects//dag 同步轻量化
    • 前端同一项目内切换 tab 不再重复拉取项目/任务/Worker/事件,
      复用 projCtx 缓存; 离开项目页时自动清缓存
    • /api/projects//events 各来源加 LIMIT, 避免全表加载
    Downloads