From e2eeda8aa20c95bf3c7add27c4f0e8f0c5aff431 Mon Sep 17 00:00:00 2001 From: lhl Date: Sun, 13 Sep 2026 00:24:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A6=81=E4=BB=B6=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=B9=A6=E7=9B=B4=E4=BC=A0+=E7=A7=BB=E9=99=A4=20rag-bar=20?= =?UTF-8?q?=E8=AE=A1=E5=88=92(=E5=90=AB=20review=20=E6=8A=A5=E5=91=8A)=20+?= =?UTF-8?q?=20AI=20=E4=BD=BF=E7=94=A8=E6=97=A5=E5=BF=97?= 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 bf12b47..1961e1b 100644 --- a/_AI_USAGE_LOG.md +++ b/_AI_USAGE_LOG.md @@ -167,3 +167,4 @@ | 2026-09-12 22:14 | 反馈迭代 | 修复侧边栏双滚动条与输入区被卷走:新增 .side-scroll 统一滚动容器(项目+其他会话共用); body/#main overflow:hidden + height:100vh、#chat min-height:0、#composer flex-shrink:0 锁定底部 | src/genesis/server/static/chat.html; frontend/src/chat.css; src/genesis/server/static/chat.css | deepseek-chat | | 2026-09-12 22:53 | 反馈迭代 | 根治 HTML/资源版本错配:app.py 改为每请求现读 chat.html+现算 mtime 版本(去启动缓存);chat.css 布局双保险(.side-section flex:0 0 auto + #sidebar overflow-y:auto);Vite 插件请求时实时转换规范 chat.html(删 gen-dev-html.mjs/index.html/predev);新增 2 测试 | src/genesis/server/app.py; frontend/src/chat.css; src/genesis/server/static/chat.css; frontend/vite.config.ts; frontend/package.json; .gitignore; tests/test_server_api.py | deepseek-chat | | 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 |