细节化提示
This commit is contained in:
parent
404cc0d09f
commit
3dd8bb7736
|
@ -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.
|
||||

|
||||
在队伍界面的怪物头像上点击鼠标中键也可以跳转到攻略网站。
|
||||
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.
|
||||

|
||||
* 可以在编辑界面的怪物ID输入怪物名称来搜索怪物。
|
||||
You can search for monsters by entering the monster name in the monster ID of the editing interface.
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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: "🔍検索の開始";
|
||||
|
|
|
@ -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: "🔍검색 시작";
|
||||
|
|
|
@ -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: "🔍開始搜索";
|
||||
|
|
|
@ -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: "🔍开始搜索";
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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…
Reference in New Issue