From afd8080c39371117b013b947a787ed9c4f4243f6 Mon Sep 17 00:00:00 2001 From: lhl Date: Sun, 13 Sep 2026 01:00:26 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20AI=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=97=A5=E5=BF=97=EF=BC=88=E9=99=84=E4=BB=B6=E7=BD=AE?= =?UTF-8?q?=E4=BA=8E=E6=B0=94=E6=B3=A1=E4=B8=8B=E6=96=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _AI_USAGE_LOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_AI_USAGE_LOG.md b/_AI_USAGE_LOG.md index 4c94f17..8e9a200 100644 --- a/_AI_USAGE_LOG.md +++ b/_AI_USAGE_LOG.md @@ -169,3 +169,4 @@ | 2026-09-12 22:53 | 架构设计 | 文档同步:AGENTS/README 的 HMR 说明改为 Vite 插件实时转换(无中间产物) | AGENTS.md; README.md | deepseek-chat | | 2026-09-13 00:24 | 反馈迭代 | 要件定义书直传:tb-upload 改名+点击触发 file-input(accept=.xlsx)选定即上传(requirements);删除 upload-panel/上传死样式;移除 rag-bar(DOM+JS: RAG开关/状态/影响按钮及刷新调用, 影响调查由聊天驱动);发送键空输入禁用 | src/genesis/server/static/chat.html; frontend/src/main.ts; frontend/src/chat.css; src/genesis/server/static/chat.js; src/genesis/server/static/chat.css | deepseek-chat | | 2026-09-13 00:47 | 反馈迭代 | 要件定义书改为待发附件随消息发送:前端 pendingAttachment chip→send 先上传再发消息(body.attachment);消息绑定 attachment(store 增列+旧库迁移, agent 透传);新增 GET /api/sessions/{sid}/files/{file_type};service.file_path;前端加 xlsx(SheetJS) 在线查看多 sheet 弹层 | src/genesis/server/store.py; src/genesis/server/service.py; src/genesis/server/app.py; src/genesis/chat/agent.py; frontend/src/main.ts; frontend/src/types.ts; frontend/src/chat.css; frontend/package.json; tests/test_server_store.py; tests/test_server_api.py | deepseek-chat | +| 2026-09-13 01:00 | 反馈迭代 | 附件展示调整:用户消息改为 .msg-stack 列布局,文字在气泡内、附件 chip 在气泡下方独立一行右对齐;另重启后端使 /api/sessions/{sid}/files/{file_type} 新路由生效(原 404 系旧进程未含新路由) | frontend/src/main.ts; frontend/src/chat.css; src/genesis/server/static/chat.js; src/genesis/server/static/chat.css | deepseek-chat |