mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-05 11:13:45 +08:00
🚨修正srmr绘图错误
This commit is contained in:
parent
cd07941c22
commit
e17c06e700
@ -188,6 +188,7 @@ async def draw_resin_img(sr_uid: str) -> Image.Image:
|
|||||||
)
|
)
|
||||||
|
|
||||||
img.paste(note_bg, (0, 0), note_bg)
|
img.paste(note_bg, (0, 0), note_bg)
|
||||||
|
img_draw = ImageDraw.Draw(img)
|
||||||
|
|
||||||
# 派遣
|
# 派遣
|
||||||
task_task = []
|
task_task = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user