From fd6684c88406cd6eb99d6e175cdb652bc8018cb8 Mon Sep 17 00:00:00 2001 From: dmy Date: Tue, 3 Mar 2026 16:35:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/src/components/Log.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/components/Log.vue b/webui/src/components/Log.vue index cbe3878..5ca40d2 100644 --- a/webui/src/components/Log.vue +++ b/webui/src/components/Log.vue @@ -39,7 +39,7 @@ interface LogEntry { const logs = ref([]) const logContainer = ref(null) -const expanded = ref(true) +const expanded = ref(false) // 默认折叠 const lastTripRates = ref([]) const addLog = (level: LogEntry['level'], message: string) => {