mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
fix: 展柜更新真斗面板报错;更新真斗评分规则
This commit is contained in:
parent
715b3f88f4
commit
7889186979
7 changed files with 79 additions and 46 deletions
|
|
@ -85,12 +85,12 @@
|
|||
<div class="properties">
|
||||
<div class="prop-icon sheerforce"></div>
|
||||
<div class="label yellow">贯穿力</div>
|
||||
<div class="value">{{basic_properties.sheerforce.final}}</div>
|
||||
<div class="value">{{basic_properties.sheerforce ? basic_properties.sheerforce.final : 0}}</div>
|
||||
</div>
|
||||
<div class="properties">
|
||||
<div class="prop-icon sprecover"></div>
|
||||
<div class="label white">闪能累积</div>
|
||||
<div class="value">{{basic_properties.adrenalineaccumulate.final}}</div>
|
||||
<div class="value">{{basic_properties.adrenalineaccumulate ? basic_properties.adrenalineaccumulate.final : 0}}</div>
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="properties">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue