mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-07 12:43:26 +08:00
🐛 修复版本深渊4.211
出现的波数显示问题
This commit is contained in:
parent
5843d52b04
commit
3e14420334
@ -59,7 +59,8 @@ async def get_half_img(data: List, half: Literal['Upper', 'Lower']):
|
||||
ver = up['Vers'][0]
|
||||
continue
|
||||
|
||||
for index, wave in enumerate(data):
|
||||
index = 0
|
||||
for wave in data:
|
||||
if ver is not None and wave['Vers'][0] != ver:
|
||||
continue
|
||||
monsters = wave['Monsters']
|
||||
@ -146,6 +147,7 @@ async def get_half_img(data: List, half: Literal['Upper', 'Lower']):
|
||||
(5 + (m_index % 3) * 360, 83 + (m_index // 3) * 110 + temp),
|
||||
monster_img,
|
||||
)
|
||||
index += 1
|
||||
temp += wave_monster_uh
|
||||
|
||||
tag = upper_tag if half == 'Upper' else lower_tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user