From f4084a08873493149b9ec1f61fa78d26665be3b3 Mon Sep 17 00:00:00 2001 From: Kokomi <102026640+yoimiya-kokomi@users.noreply.github.com> Date: Sat, 27 May 2023 06:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BE=E6=98=9F=E9=93=81=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E4=BC=A4=E5=AE=B3=E8=AE=A1=E7=AE=97=E7=9A=84=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/profile/ProfileDetail.js | 3 --- resources/character/profile-detail.css | 3 +++ resources/character/profile-detail.html | 5 +++++ resources/character/profile-detail.less | 6 +++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/apps/profile/ProfileDetail.js b/apps/profile/ProfileDetail.js index e559d4b1..b6ddc59a 100644 --- a/apps/profile/ProfileDetail.js +++ b/apps/profile/ProfileDetail.js @@ -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({ diff --git a/resources/character/profile-detail.css b/resources/character/profile-detail.css index e8d4c5f6..7de8c839 100644 --- a/resources/character/profile-detail.css +++ b/resources/character/profile-detail.css @@ -945,4 +945,7 @@ body { padding: 0 3px; margin: 0 2px; } +.copyright.ad { + font-size: 12px; +} /*# sourceMappingURL=profile-detail.css.map */ \ No newline at end of file diff --git a/resources/character/profile-detail.html b/resources/character/profile-detail.html index 2dcafb49..ee472d32 100644 --- a/resources/character/profile-detail.html +++ b/resources/character/profile-detail.html @@ -304,4 +304,9 @@ {{/if}} + +{{if game === 'sr' && data.dataSource === '喵喵Api'}} +