🐛 修复探索无火神瞳数据 (#667)

This commit is contained in:
Edelweiss 2025-01-05 20:09:45 +08:00 committed by GitHub
parent 747010c8be
commit 368e7c793d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ async def get_explore_data(
'雷神瞳': raw_data['stats']['electroculus_number'],
'草神瞳': raw_data['stats']['dendroculus_number'],
'水神瞳': raw_data['stats']['hydroculus_number'],
'火神瞳': raw_data['stats']['pyroculus_number'],
}
for i in raw_data['world_explorations']:
data[i['name']] = i['exploration_percentage']