Skip to content

Commit

Permalink
战绩详情页显示虚空巢虫击杀数量 (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Dec 18, 2024
1 parent cfc5705 commit 2daec34
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 66 deletions.
2 changes: 2 additions & 0 deletions app/lol/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def origTeam(teamId):
'riftHeraldIcon': f'app/resource/images/herald-{teamId}.png',
'inhibitorKills': 0,
'inhibitorIcon': f'app/resource/images/inhibitor-{teamId}.png',
'hordeKills': 0,
'towerKills': 0,
'towerIcon': f'app/resource/images/tower-{teamId}.png',
'kills': 0,
Expand Down Expand Up @@ -341,6 +342,7 @@ def origTeam(teamId):
teams[teamId]['baronKills'] = team['baronKills']
teams[teamId]['dragonKills'] = team['dragonKills']
teams[teamId]['riftHeraldKills'] = team['riftHeraldKills']
teams[teamId]['hordeKills'] = team['hordeKills']
teams[teamId]['towerKills'] = team['towerKills']
teams[teamId]['inhibitorKills'] = team['inhibitorKills']

Expand Down
Binary file modified app/resource/i18n/Seraphine.zh_CN.qm
Binary file not shown.
Loading

0 comments on commit 2daec34

Please sign in to comment.