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);
-
-
+
-
-
+
+
+
-
-