diff --git a/README.md b/README.md index 310bdf80..622ebae0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/languages/en.css b/languages/en.css index 4e66f512..9fe6de05 100644 --- a/languages/en.css +++ b/languages/en.css @@ -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"; diff --git a/languages/ja.css b/languages/ja.css index b0446ed4..957b0dc8 100644 --- a/languages/ja.css +++ b/languages/ja.css @@ -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: "🔍検索の開始"; diff --git a/languages/ko.css b/languages/ko.css index daa25bf3..924e85d0 100644 --- a/languages/ko.css +++ b/languages/ko.css @@ -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: "🔍검색 시작"; diff --git a/languages/zh-TW.css b/languages/zh-TW.css index 47be33da..42bdf659 100644 --- a/languages/zh-TW.css +++ b/languages/zh-TW.css @@ -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: "🔍開始搜索"; diff --git a/languages/zh.css b/languages/zh.css index 7078dc67..707fc30f 100644 --- a/languages/zh.css +++ b/languages/zh.css @@ -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: "🔍开始搜索"; diff --git a/multi.html b/multi.html index 8d965d0a..df672631 100644 --- a/multi.html +++ b/multi.html @@ -432,7 +432,7 @@ var formation = new Formation(2,5);
- +