mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
🎈 perf: 添加获取角色突破
This commit is contained in:
parent
8beebf4172
commit
46a5445ac9
@ -306,6 +306,7 @@ class Character(Model):
|
||||
character.character_id = data['avatarId']
|
||||
character.level = int(data['propMap']['4001']['val'])
|
||||
character.fetter = data['fetterInfo']['expLevel']
|
||||
character.promote_level = int(data['propMap']['1002']['val'])
|
||||
if name in ['荧', '空']:
|
||||
character.region = '未知'
|
||||
character.rarity = 5
|
||||
|
Loading…
Reference in New Issue
Block a user