mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-06-01 13:09:56 +08:00
fix
This commit is contained in:
parent
8c8cb29cc4
commit
9a5fdd6690
@ -294,6 +294,7 @@ async def draw_wordcloud(uid,image = None,mode = 2):
|
||||
|
||||
bg_img.paste(panle,(0,0),panle)
|
||||
bg_img.paste(image_produce,(0,0),image_produce)
|
||||
bg_img = bg_img.convert('RGB')
|
||||
|
||||
text_draw = ImageDraw.Draw(bg_img)
|
||||
text_draw.text((450, 105), 'UID ' + f"{uid}", (40,136,168), ys_font(26), anchor="mm")
|
||||
|
Loading…
x
Reference in New Issue
Block a user