From fff383b8d8bdf0cc610e7efac91cfbc3560e0887 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 3 Mar 2026 21:35:04 +0800 Subject: [PATCH] feat: translate web UI to Chinese, widen panel to 560px, add progressive loading --- web/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/style.css b/web/static/style.css index 0b07286f..4938dbe9 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -31,7 +31,7 @@ --risk-low: #22c55e; /* Spacing */ - --panel-width: 420px; + --panel-width: 560px; --header-height: 56px; --sidebar-width: 200px;