开放星铁面板伤害计算的展示

This commit is contained in:
Kokomi 2023-05-27 06:34:57 +08:00
parent eeb8dd49de
commit f4084a0887
4 changed files with 13 additions and 4 deletions

View File

@ -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({

View File

@ -945,4 +945,7 @@ body {
padding: 0 3px;
margin: 0 2px;
}
.copyright.ad {
font-size: 12px;
}
/*# sourceMappingURL=profile-detail.css.map */

View File

@ -304,4 +304,9 @@
{{/if}}
</div>
</div>
{{if game === 'sr' && data.dataSource === '喵喵Api'}}
<div class="copyright ad">关注微信公众号“星铁工具箱”获得更多信息</div>
{{/if}}
{{/block}}

View File

@ -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;
}