From 0807821dd64de8dc8851f6ee23c4f0a4ed4917ba Mon Sep 17 00:00:00 2001 From: qwerdvd <2450899274@qq.com> Date: Sun, 14 May 2023 23:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=E5=86=8D=E6=AC=A1=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StarRailUID/starrailuid_charinfo/draw_char_img.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/StarRailUID/starrailuid_charinfo/draw_char_img.py b/StarRailUID/starrailuid_charinfo/draw_char_img.py index 9ea491e..d0f6d9a 100644 --- a/StarRailUID/starrailuid_charinfo/draw_char_img.py +++ b/StarRailUID/starrailuid_charinfo/draw_char_img.py @@ -13,7 +13,7 @@ from gsuid_core.utils.image.image_tools import draw_text_by_line from .to_data import api_to_dict from .mono.Character import Character from ..utils.error_reply import CHAR_HINT -from ..utils.fonts.first_world import fw_font_120 +from ..utils.fonts.first_world import fw_font_28 from ..utils.map.SR_MAP_PATH import RelicId2Rarity from ..utils.excel.read_excel import light_cone_ranks from ..utils.map.name_covert import alias_to_char_name @@ -423,7 +423,7 @@ async def draw_char_info_img(raw_mes: str, sr_uid: str, url: Optional[str]): (525, 1005), 'No light cone!', white_color, - fw_font_120, + fw_font_28, 'mm', ) @@ -558,16 +558,16 @@ async def draw_char_info_img(raw_mes: str, sr_uid: str, url: Optional[str]): (525, 1565), 'No relic!', white_color, - fw_font_120, + fw_font_28, 'mm', ) # 写底层文字 char_img_draw.text( - (525, 2020), + (525, 2022), '--Created by qwerdvd-Designed By Wuyi-Thank for mihomo.me--', (255, 255, 255), - fw_font_120, + fw_font_28, 'mm', )