fix: 首次打开应用时渲染终端空闲状态

This commit is contained in:
thzxx
2026-04-19 20:10:30 +08:00
parent a13caaf1c5
commit 322a0abdd2
@@ -249,6 +249,9 @@ export async function initWorkspacePanel(): Promise<void> {
};
logInfo('工作空间面板已初始化');
// 首次渲染:显示空闲状态
renderPanel();
}
function bindEvents(): void {