细节化提示

This commit is contained in:
枫谷剑仙 2020-01-12 14:22:06 +08:00
parent 404cc0d09f
commit 3dd8bb7736
8 changed files with 19 additions and 19 deletions

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.

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";

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: "🔍検索の開始";

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: "🔍검색 시작";

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: "🔍開始搜索";

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: "🔍开始搜索";

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">

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">