From 6ba8ce992240b8447f55c71c0eafe853b3e22b27 Mon Sep 17 00:00:00 2001 From: Chen_Xu233 Date: Sun, 28 Jul 2024 09:34:55 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=9B=B4=E6=94=B9viewport=E5=8A=A0?= =?UTF-8?q?=E5=BF=AB=E5=9B=BE=E7=89=87=E6=B8=B2=E6=9F=93=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_dialectlist/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_dialectlist/utils.py b/nonebot_plugin_dialectlist/utils.py index 5855aac..53f4e57 100644 --- a/nonebot_plugin_dialectlist/utils.py +++ b/nonebot_plugin_dialectlist/utils.py @@ -187,5 +187,5 @@ async def get_rank_image(rank: List[UserRankInfo]) -> bytes: "cache_path": cache_path, "file_path": os.path.dirname(os.path.abspath(__file__)), }, - pages={"viewport": {"width": 1200, "height": 10}}, + pages={"viewport": {"width": 1100, "height": 10}}, )