ci: 调用 platform/workflow 公共工作流并精简注释
All checks were successful
CI / build (push) Successful in 2m17s

ui: 首页对齐 DeepSeek 式布局(侧栏、消息气泡、思考折叠、输入区胶囊与发送按钮)
Made-with: Cursor
This commit is contained in:
2026-04-12 21:24:12 +08:00
parent 7cad29aac2
commit d179cd53be
3 changed files with 259 additions and 115 deletions

View File

@@ -6,3 +6,16 @@ body,
margin: 0;
min-height: 100%;
}
/* DeepSeek 风格近似色 */
:root {
--ds-bg-main: #ffffff;
--ds-bg-sider: #f7f7f8;
--ds-border: #ececec;
--ds-text-secondary: #8b8b8b;
--ds-user-bubble: #e8f3ff;
--ds-user-border: #cce7ff;
--ds-active-item: #e3f2fd;
--ds-send: #4dabf7;
--ds-send-hover: #339af0;
}