From 18df7d1a89ad8721d3968f00e5159c39039d4a76 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 29 Jun 2024 01:35:44 +0800 Subject: [PATCH] goooo --- ica-rs/plugins/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ica-rs/plugins/base.py b/ica-rs/plugins/base.py index 9f0b811..3791cc8 100644 --- a/ica-rs/plugins/base.py +++ b/ica-rs/plugins/base.py @@ -36,7 +36,7 @@ def local_env_info() -> str: return cache.getvalue() def local_env_image() -> bytes: - img = Image.new("RGB", (800, 120), (255, 255, 255)) + img = Image.new("RGB", (800, 140), (255, 255, 255)) # 往图片上写入一些信息 draw = ImageDraw.Draw(img) font = ImageFont.truetype("./SMILEYSANS-OBLIQUE.TTF", size=25)