From 6665b142e22355fcbc534d0da1a99654010984fa Mon Sep 17 00:00:00 2001 From: dmy Date: Wed, 4 Mar 2026 09:37:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webview_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview_app.py b/webview_app.py index 30754fd..2af95e9 100644 --- a/webview_app.py +++ b/webview_app.py @@ -636,7 +636,7 @@ def start_webview(): title='EGM 输电线路绕击跳闸率计算', url=url, js_api=api, - width=1200, + width=1500, height=900, resizable=True, min_size=(800, 600)