加宽聊天面板并新增一键启动脚本

- 聊天面板宽度从380px调整为480px,提升阅读体验
- 新增 start.bat 一键启动脚本,自动启动前后端并打开浏览器

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 01:33:05 +08:00
parent c13adaa0fc
commit 580dc8be52
2 changed files with 50 additions and 1 deletions

View File

@@ -198,7 +198,7 @@ onMounted(() => {
/* 面板 */
.chat-panel {
width: 380px;
width: 480px;
max-width: 100vw;
height: 100vh;
background: var(--paper-50);