From eec59b98ff159794c80bec70e913d7a3f1d1fbcc Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Mon, 14 Jul 2025 15:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0zhenxun=5Fhelp.py?= =?UTF-8?q?=E4=B8=AD=E7=9A=84viewport=E9=AB=98=E5=BA=A6=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=E5=85=B6=E4=BB=8E453=E8=B0=83=E6=95=B4=E4=B8=BA10=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/help/zhenxun_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhenxun/builtin_plugins/help/zhenxun_help.py b/zhenxun/builtin_plugins/help/zhenxun_help.py index 444a7113..afece6bd 100644 --- a/zhenxun/builtin_plugins/help/zhenxun_help.py +++ b/zhenxun/builtin_plugins/help/zhenxun_help.py @@ -194,7 +194,7 @@ async def build_zhenxun_image( } }, pages={ - "viewport": {"width": width, "height": 453}, + "viewport": {"width": width, "height": 10}, "base_url": f"file://{TEMPLATE_PATH}", }, wait=2,