加宽聊天面板并新增一键启动脚本
- 聊天面板宽度从380px调整为480px,提升阅读体验 - 新增 start.bat 一键启动脚本,自动启动前后端并打开浏览器 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -198,7 +198,7 @@ onMounted(() => {
|
||||
|
||||
/* 面板 */
|
||||
.chat-panel {
|
||||
width: 380px;
|
||||
width: 480px;
|
||||
max-width: 100vw;
|
||||
height: 100vh;
|
||||
background: var(--paper-50);
|
||||
|
||||
Reference in New Issue
Block a user