mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-07 20:45:49 +08:00
🎨 统一mr
数字格式 (#565)
This commit is contained in:
parent
7a2a123b7f
commit
6eacb7f904
@ -241,7 +241,7 @@ async def draw_resin_img(uid: str) -> Image.Image:
|
||||
# 周本减半
|
||||
weekly_half = daily_data['remain_resin_discount_num']
|
||||
max_weekly_half = daily_data['resin_discount_num_limit']
|
||||
weekly_half_str = f'{weekly_half}/{max_weekly_half}'
|
||||
weekly_half_str = f'{weekly_half} / {max_weekly_half}'
|
||||
if weekly_half == -99:
|
||||
weekly_status = 'un'
|
||||
weekly_half_str = warn
|
||||
|
Loading…
x
Reference in New Issue
Block a user