mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-06 19:53:45 +08:00
👽️ 修复强制刷新
This commit is contained in:
parent
c4ab29611e
commit
cbf137bfcd
@ -273,10 +273,10 @@ async def enka_to_dict(
|
|||||||
weapon_info['nameTextMapHash'] = weapon_data['flat']['nameTextMapHash']
|
weapon_info['nameTextMapHash'] = weapon_data['flat']['nameTextMapHash']
|
||||||
weapon_info['weaponIcon'] = weapon_data['flat']['icon']
|
weapon_info['weaponIcon'] = weapon_data['flat']['icon']
|
||||||
weapon_info['weaponType'] = weaponHash2Type[
|
weapon_info['weaponType'] = weaponHash2Type[
|
||||||
weapon_info['nameTextMapHash']
|
str(weapon_info['nameTextMapHash'])
|
||||||
]
|
]
|
||||||
weapon_info['weaponName'] = weaponHash2Name[
|
weapon_info['weaponName'] = weaponHash2Name[
|
||||||
weapon_info['nameTextMapHash']
|
str(weapon_info['nameTextMapHash'])
|
||||||
]
|
]
|
||||||
weapon_info['weaponStar'] = weapon_data['flat']['rankLevel']
|
weapon_info['weaponStar'] = weapon_data['flat']['rankLevel']
|
||||||
# 防止未精炼
|
# 防止未精炼
|
||||||
|
@ -2,7 +2,7 @@ from pathlib import Path
|
|||||||
|
|
||||||
import httpx
|
import httpx
|
||||||
|
|
||||||
char_list = ['lynette']
|
char_list = ['PlayerWater']
|
||||||
title = 'https://api.ambr.top/assets/UI/{}'
|
title = 'https://api.ambr.top/assets/UI/{}'
|
||||||
# title = 'https://enka.network/ui/{}'
|
# title = 'https://enka.network/ui/{}'
|
||||||
icon_list = [
|
icon_list = [
|
||||||
|
@ -799,6 +799,7 @@
|
|||||||
"水神",
|
"水神",
|
||||||
"正义之神",
|
"正义之神",
|
||||||
"芙柠娜",
|
"芙柠娜",
|
||||||
|
"芙芙",
|
||||||
"芙卡洛斯"
|
"芙卡洛斯"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user