From 53de368a412abe449f0b7dc44cc9974050530a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sun, 26 Jan 2020 22:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=AE=9E=E7=8E=B0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=85=A8=E9=98=9FHP=E5=92=8C=E5=85=A8=E9=98=9F?= =?UTF-8?q?=E8=A7=89=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/zh-CN.css | 10 +- multi.html | 194 +++++++++++++++++++++++++++++++++- script.js | 234 ++++++++++++++++++++++-------------------- solo.html | 44 ++++---- style.css | 68 +++++++----- triple.html | 64 +++++++++++- universal_function.js | 65 ++++++------ 7 files changed, 486 insertions(+), 193 deletions(-) diff --git a/languages/zh-CN.css b/languages/zh-CN.css index fb7144b7..43ec6c5e 100644 --- a/languages/zh-CN.css +++ b/languages/zh-CN.css @@ -207,10 +207,16 @@ .control-box .btn-show-mon-skill-cd::before{ content: "❄️显示已满技能冷却"; } -.tIf-total-hp::before{ +.team-total-info .tIf-total-hp::before{ + content: "队伍HP(队伍觉醒和徽章):"; +} +.team-total-info .tIf-total-rcv::before{ + content: "队伍回复(队伍觉醒和徽章):"; +} +.formation-total-info .tIf-total-hp::before{ content: "总HP(队伍觉醒和徽章):"; } -.tIf-total-rcv::before{ +.formation-total-info .tIf-total-rcv::before{ content: "总回复(队伍觉醒和徽章):"; } diff --git a/multi.html b/multi.html index daa7bb81..25582a0e 100644 --- a/multi.html +++ b/multi.html @@ -39,6 +39,84 @@ var formation = new Formation(teamsCount,5);
@@ -495,7 +685,7 @@ var formation = new Formation(teamsCount,5);
-
-
+
-
-
+
+
+
-
-