Browse Source

细节化提示

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
3dd8bb7736
8 changed files with 19 additions and 19 deletions
  1. +2
    -2
      README.md
  2. +3
    -3
      languages/en.css
  3. +3
    -3
      languages/ja.css
  4. +3
    -3
      languages/ko.css
  5. +3
    -3
      languages/zh-TW.css
  6. +3
    -3
      languages/zh.css
  7. +1
    -1
      multi.html
  8. +1
    -1
      solo.html

+ 2
- 2
README.md View File

@@ -47,8 +47,8 @@ Drag monster avatars to quickly switch positions, also supports mobile touch scr
* 点击编辑界面的怪物头像可以跳转到攻略网站。
Click on the monster avatar in the editing interface to jump to the Guide.
![攻略网站](document/tips-guide.png)
在队伍界面的怪物头像上点击鼠标中键也可以跳转到攻略网站。
Or click the middle mouse button on the monster avatar of the formation interface to jump to the Guide.
在队伍界面的怪物头像上点击鼠标中键也可以跳转到攻略网站。在手机上则是长按怪物头像然后选择在新标签页打开。
Or click the middle mouse button on the monster avatar of the formation interface to jump to the Guide. On your phone, you're long-pressing the monster avatar and then selecting to open it in a new tab.
![攻略网站2](document/tips-guide2.png)
* 可以在编辑界面的怪物ID输入怪物名称来搜索怪物。
You can search for monsters by entering the monster name in the monster ID of the editing interface.


+ 3
- 3
languages/en.css View File

@@ -188,13 +188,13 @@
content: "None";
}
.search-box .types-div::before{
content: "Type";
content: "Type (OR)";
}
.search-box .awoken-div::before{
content: "Awoken";
content: "Awoken (AND) (Tips: Click on number to reduce value)";
}
.search-box .sawoken-div::before{
content: "Super Awoken";
content: "Super Awoken (OR)";
}
.control-div .search-start::before{
content: "🔍Start Search";


+ 3
- 3
languages/ja.css View File

@@ -181,13 +181,13 @@
content: "空";
}
.search-box .types-div::before{
content: "タイプ";
content: "タイプ(OR)";
}
.search-box .awoken-div::before{
content: "覚醒";
content: "覚醒(AND)(しえ:数値をクリックすると数値が減少します)";
}
.search-box .sawoken-div::before{
content: "超覚醒";
content: "超覚醒(OR)";
}
.control-div .search-start::before{
content: "🔍検索の開始";


+ 3
- 3
languages/ko.css View File

@@ -181,13 +181,13 @@
content: "없음";
}
.search-box .types-div::before{
content: "형식";
content: "형식(OR)";
}
.search-box .awoken-div::before{
content: "각성";
content: "각성(AND)(번째:숫자를 누르면 숫자가 낮아집니다)";
}
.search-box .sawoken-div::before{
content: "슈퍼 각성";
content: "슈퍼 각성(OR)";
}
.control-div .search-start::before{
content: "🔍검색 시작";


+ 3
- 3
languages/zh-TW.css View File

@@ -184,13 +184,13 @@
content: "無";
}
.search-box .types-div::before{
content: "類型";
content: "類型(OR)";
}
.search-box .awoken-div::before{
content: "覺醒";
content: "覺醒(AND)(提示:點擊數字可減少數值)";
}
.search-box .sawoken-div::before{
content: "超覺醒";
content: "超覺醒(OR)";
}
.control-div .search-start::before{
content: "🔍開始搜索";


+ 3
- 3
languages/zh.css View File

@@ -184,13 +184,13 @@
content: "无";
}
.search-box .types-div::before{
content: "类型";
content: "类型(OR)";
}
.search-box .awoken-div::before{
content: "觉醒";
content: "觉醒(AND)(提示:点击数字可减少数值)";
}
.search-box .sawoken-div::before{
content: "超觉醒";
content: "超觉醒(OR)";
}
.control-div .search-start::before{
content: "🔍开始搜索";


+ 1
- 1
multi.html View File

@@ -432,7 +432,7 @@ var formation = new Formation(2,5);
<li><input type="radio" name="attr-2" class="attr-radio" value="4" id="search-attr-2-4" /><label class="attr-t4" for="search-attr-2-4"><!--暗--></label></li>
<li><input type="radio" name="attr-2" class="attr-radio" value="-1" id="search-attr-2-none" /><label class="attr-none" for="search-attr-2-none"><!--无--></label></li>
</ul>
<label class="fix-main-color-label"><input type="checkbox" name="fix-main-color" class="fix-main-color" checked /></label>
<label class="fix-main-color-label"><input type="checkbox" name="fix-main-color" class="fix-main-color" /></label>
</div>
<div class="types-div"><!--类型-->
<ul class="type-list">


+ 1
- 1
solo.html View File

@@ -396,7 +396,7 @@ var formation = new Formation(1,6);
<li><input type="radio" name="attr-2" class="attr-radio" value="4" id="search-attr-2-4" /><label class="attr-t4" for="search-attr-2-4"><!--暗--></label></li>
<li><input type="radio" name="attr-2" class="attr-radio" value="-1" id="search-attr-2-none" /><label class="attr-none" for="search-attr-2-none"><!--无--></label></li>
</ul>
<label class="fix-main-color-label"><input type="checkbox" name="fix-main-color" class="fix-main-color" checked /></label>
<label class="fix-main-color-label"><input type="checkbox" name="fix-main-color" class="fix-main-color" /></label>
</div>
<div class="types-div"><!--类型-->
<ul class="type-list">


Loading…
Cancel
Save