更新zhenxun_help.py中的viewport高度,将其从453调整为10,以优化页面显示效果

This commit is contained in:
HibiKier 2025-07-14 15:53:15 +08:00
parent ec16457555
commit eec59b98ff

View File

@ -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,