From 71ecc177ee5891261d12f875e98c0495a40a5c11 Mon Sep 17 00:00:00 2001 From: lhl Date: Sat, 12 Sep 2026 17:09:17 +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=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=A0=91=20+=20=E5=AF=B9=E9=BD=90=20+=20?= =?UTF-8?q?=E7=A9=BA=E6=80=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _AI_USAGE_LOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_AI_USAGE_LOG.md b/_AI_USAGE_LOG.md index c92a463..30d4fdc 100644 --- a/_AI_USAGE_LOG.md +++ b/_AI_USAGE_LOG.md @@ -154,3 +154,5 @@ | 2026-09-12 14:36 | 测试验证 | 修正陈旧静态路由测试改走 /static;全套 622 passed 覆盖 99.11% | tests/test_frontend_audit_fixes.py; tests/test_progress_e2e.py | deepseek-chat | | 2026-09-12 15:48 | 反馈迭代 | Fix A 修复缓存错配白屏:/ 返回 no-store + 静态资源版本号 __ASSET_VER__ + chat.js setText 空值防御 | src/genesis/server/app.py; src/genesis/server/static/chat.html; src/genesis/server/static/chat.js | deepseek-chat | | 2026-09-12 15:48 | 反馈迭代 | Fix B 输入区布局:去聊天区/输入框分割线、输入框铺满右侧、发送改SVG图标、header收紧、textarea自增高(Enter发送/Shift+Enter换行) | src/genesis/server/static/chat.css; src/genesis/server/static/chat.html; src/genesis/server/static/chat.js | deepseek-chat | +| 2026-09-12 17:09 | 反馈迭代 | 侧边栏重构:项目树(项目/其他会话分组)+⚙配置+追加项目(+)+点项目名选中并展开/收起;移除会话历史菜单与底部新建项目按钮及项目管理菜单 | src/genesis/server/static/chat.html; src/genesis/server/static/chat.css; src/genesis/server/static/chat.js; src/genesis/server/static/chat_state.js | deepseek-chat | +| 2026-09-12 17:09 | 反馈迭代 | 气泡对齐输入框(--composer-gutter)+删除assistant头像点+气泡可铺满;发送后清除空态;F1显式不选项目持久化(explicitNone)+groupSessionsByProject | src/genesis/server/static/chat.js; src/genesis/server/static/chat_state.js; tests/test_chat_state.js | deepseek-chat |