From 322a0abdd21b0f53d635f7fe2c14307f33fb0fc6 Mon Sep 17 00:00:00 2001 From: thzxx Date: Sun, 19 Apr 2026 20:10:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E6=AC=A1=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=97=B6=E6=B8=B2=E6=9F=93=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E7=A9=BA=E9=97=B2=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/workspace-panel.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/renderer/components/workspace-panel.ts b/src/renderer/components/workspace-panel.ts index bb673cd..d6e0271 100644 --- a/src/renderer/components/workspace-panel.ts +++ b/src/renderer/components/workspace-panel.ts @@ -249,6 +249,9 @@ export async function initWorkspacePanel(): Promise { }; logInfo('工作空间面板已初始化'); + + // 首次渲染:显示空闲状态 + renderPanel(); } function bindEvents(): void {