From 385673769a7fbcc26eaadab30dcb2d6cf1932dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 21 Jan 2020 23:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0cost=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/en.css | 3 +++ languages/ja.css | 3 +++ languages/ko.css | 3 +++ languages/zh-CN.css | 6 ++++++ languages/zh-TW.css | 6 ++++++ languages/zh.css | 6 ++++++ multi.html | 1 + script.js | 2 ++ solo.html | 1 + style.css | 18 ++++++++++++++---- 10 files changed, 45 insertions(+), 4 deletions(-) diff --git a/languages/en.css b/languages/en.css index 3653e1e6..ee6e2d29 100644 --- a/languages/en.css +++ b/languages/en.css @@ -51,6 +51,9 @@ .monsterinfo-box .monster-id::before{ content: "No."; } +.monsterinfo-box .monster-cost::before{ + content: "COST:"; +} .edit-box .setting-box .row-mon-level::before{ content: "▼Monster Level"; } diff --git a/languages/ja.css b/languages/ja.css index d320886c..50025134 100644 --- a/languages/ja.css +++ b/languages/ja.css @@ -41,6 +41,9 @@ .monsterinfo-box .monster-id::before{ content: "No."; } +.monsterinfo-box .monster-cost::before{ + content: "コスト:"; +} .edit-box .setting-box .row-mon-level::before{ content: "▼モンスターレベル"; } diff --git a/languages/ko.css b/languages/ko.css index 1e7529c2..6a7724fb 100644 --- a/languages/ko.css +++ b/languages/ko.css @@ -41,6 +41,9 @@ .monsterinfo-box .monster-id::before{ content: "No."; } +.monsterinfo-box .monster-cost::before{ + content: "코스트:"; +} .edit-box .setting-box .row-mon-level::before{ content: "▼몬스터 레벨"; } diff --git a/languages/zh-CN.css b/languages/zh-CN.css index 0ea089dd..5b0b4041 100644 --- a/languages/zh-CN.css +++ b/languages/zh-CN.css @@ -5,6 +5,9 @@ .status.loading-skill-info .text::before{ content: "正在加载技能数据,请稍候。"; } +.help-link::before{ + content: "帮助和提示"; +} .delay .monster::before{ content: "应 对\A威 吓"; } @@ -50,6 +53,9 @@ .monsterinfo-box .monster-id::before{ content: "No."; } +.monsterinfo-box .monster-cost::before{ + content: "消耗:"; +} .edit-box .setting-box .row-mon-level::before{ content: "▼怪物等级"; } diff --git a/languages/zh-TW.css b/languages/zh-TW.css index 82d3ac8b..1ccc6003 100644 --- a/languages/zh-TW.css +++ b/languages/zh-TW.css @@ -5,6 +5,9 @@ .status.loading-skill-info .text::before{ content: "正在載入技能数据,请稍候。"; } +.help-link::before{ + content: "幫助和提示"; +} .delay .monster::before{ content: "應 對\A威 嚇"; } @@ -50,6 +53,9 @@ .monsterinfo-box .monster-id::before{ content: "No."; } +.monsterinfo-box .monster-cost::before{ + content: "消耗:"; +} .edit-box .setting-box .row-mon-level::before{ content: "▼怪物等級"; } diff --git a/languages/zh.css b/languages/zh.css index 0ea089dd..5b0b4041 100644 --- a/languages/zh.css +++ b/languages/zh.css @@ -5,6 +5,9 @@ .status.loading-skill-info .text::before{ content: "正在加载技能数据,请稍候。"; } +.help-link::before{ + content: "帮助和提示"; +} .delay .monster::before{ content: "应 对\A威 吓"; } @@ -50,6 +53,9 @@ .monsterinfo-box .monster-id::before{ content: "No."; } +.monsterinfo-box .monster-cost::before{ + content: "消耗:"; +} .edit-box .setting-box .row-mon-level::before{ content: "▼怪物等级"; } diff --git a/multi.html b/multi.html index afc1ea30..59d16cf9 100644 --- a/multi.html +++ b/multi.html @@ -430,6 +430,7 @@ var formation = new Formation(2,5);
+