docs: 要件定义书直传+移除 rag-bar 计划(含 review 报告) + AI 使用日志

This commit is contained in:
lhl
2026-09-13 00:24:33 +08:00
parent 4e25f76fa1
commit e2eeda8aa2
+1
View File
@@ -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 |