mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-05 19:23:45 +08:00
深渊查询完善 (#39)
This commit is contained in:
parent
008c066828
commit
b59f3d9b06
@ -231,8 +231,14 @@ async def draw_abyss_img(
|
|||||||
)
|
)
|
||||||
|
|
||||||
for index_floor, level in enumerate(raw_abyss_data['all_floor_detail']):
|
for index_floor, level in enumerate(raw_abyss_data['all_floor_detail']):
|
||||||
if index_floor >= 3:
|
if floor:
|
||||||
break
|
if abyss_list[str(floor)] == level['name']:
|
||||||
|
index_floor = 0
|
||||||
|
else:
|
||||||
|
continue
|
||||||
|
else:
|
||||||
|
if index_floor >= 3:
|
||||||
|
break
|
||||||
floor_pic = Image.open(TEXT_PATH / 'floor_bg.png')
|
floor_pic = Image.open(TEXT_PATH / 'floor_bg.png')
|
||||||
level_star = level['star_num']
|
level_star = level['star_num']
|
||||||
floor_name = level['name']
|
floor_name = level['name']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user