mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
开放星铁面板伤害计算的展示
This commit is contained in:
parent
eeb8dd49de
commit
f4084a0887
@ -210,9 +210,6 @@ let ProfileDetail = {
|
||||
},
|
||||
|
||||
async getProfileDmgCalc ({ profile, enemyLv, mode, params }) {
|
||||
if (profile.isSr && !diyCfg.srDmg) {
|
||||
return false
|
||||
}
|
||||
let dmgMsg = []
|
||||
let dmgData = []
|
||||
let dmgCalc = await profile.calcDmg({
|
||||
|
@ -945,4 +945,7 @@ body {
|
||||
padding: 0 3px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
.copyright.ad {
|
||||
font-size: 12px;
|
||||
}
|
||||
/*# sourceMappingURL=profile-detail.css.map */
|
@ -304,4 +304,9 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{if game === 'sr' && data.dataSource === '喵喵Api'}}
|
||||
<div class="copyright ad">关注微信公众号“星铁工具箱”获得更多信息</div>
|
||||
{{/if}}
|
||||
|
||||
{{/block}}
|
@ -184,7 +184,6 @@ body {
|
||||
}
|
||||
|
||||
|
||||
|
||||
.i-cpct {
|
||||
background-position: @i*-5 0;
|
||||
}
|
||||
@ -192,6 +191,7 @@ body {
|
||||
.i-cdmg {
|
||||
background-position: @i*-6 0;
|
||||
}
|
||||
|
||||
.i-stance {
|
||||
background-position: @i*-4 0;
|
||||
}
|
||||
@ -1187,4 +1187,8 @@ body {
|
||||
margin: 0 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.copyright.ad {
|
||||
font-size: 12px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user