整理正确的潜觉顺序
This commit is contained in:
parent
1fa34fff47
commit
c469d5b73e
Binary file not shown.
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 202 KiB |
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Binary file not shown.
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 331 KiB |
|
@ -1,4 +1,5 @@
|
|||
@charset "utf-8";
|
||||
@import "icon-en.css";
|
||||
.status.loading-check-version .text::before{
|
||||
content: "Checking the data version, please wait...";
|
||||
}
|
||||
|
@ -354,26 +355,4 @@
|
|||
}
|
||||
.control-div .search-close::before{
|
||||
content: "Close Search Panel";
|
||||
}
|
||||
|
||||
/*Some icons, style different from the Japanese version*/
|
||||
.awoken-icon[data-awoken-icon='40'],
|
||||
.awoken-icon[data-awoken-icon='46'],
|
||||
.awoken-icon[data-awoken-icon='47'],
|
||||
.awoken-icon[data-awoken-icon='48'],
|
||||
.type-icon[data-type-icon='12'],
|
||||
.type-icon[data-type-icon='9']
|
||||
{
|
||||
background-position-x: -32px;
|
||||
}
|
||||
.latent-icon[data-latent-icon='17']::before,
|
||||
.latent-icon[data-latent-icon='37']::before,
|
||||
.latent-icon[data-latent-icon='41']::before
|
||||
{
|
||||
background-position-x: -252px;
|
||||
}
|
||||
.badge[data-badge-icon='0']::before,
|
||||
.badge[data-badge-icon='2']::before
|
||||
{
|
||||
background-position-x: -36px;
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
@charset "utf-8";
|
||||
/*Some icons, style different from the Japanese version*/
|
||||
.awoken-icon[data-awoken-icon='40'],
|
||||
.awoken-icon[data-awoken-icon='46'],
|
||||
.awoken-icon[data-awoken-icon='47'],
|
||||
.awoken-icon[data-awoken-icon='48'],
|
||||
.type-icon[data-type-icon='12'],
|
||||
.type-icon[data-type-icon='9']
|
||||
{
|
||||
background-position-x: -32px;
|
||||
}
|
||||
.latent-icon[data-latent-icon='17']::before,
|
||||
.latent-icon[data-latent-icon='37']::before,
|
||||
.latent-icon[data-latent-icon='39']::before
|
||||
{
|
||||
background-position-x: -252px;
|
||||
}
|
||||
.badge[data-badge-icon='0']::before,
|
||||
.badge[data-badge-icon='2']::before
|
||||
{
|
||||
background-position-x: -36px;
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
@charset "utf-8";
|
||||
/*Some icons, style different from the Japanese version*/
|
||||
.awoken-icon[data-awoken-icon='46'],
|
||||
.awoken-icon[data-awoken-icon='47']
|
||||
{
|
||||
background-position-x: calc(-32px * 2);
|
||||
}
|
||||
.badge[data-badge-icon='0']::before,
|
||||
.badge[data-badge-icon='14']::before
|
||||
{
|
||||
background-position-x: calc(-36px * 2);
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
@charset "utf-8";
|
||||
@import "icon-en.css";
|
||||
.status.loading-check-version .text::before{
|
||||
content: "데이터 버전을 확인 합니다.";
|
||||
}
|
||||
|
@ -343,25 +344,4 @@
|
|||
}
|
||||
.control-div .search-close::before{
|
||||
content: "찾기 닫기";
|
||||
}
|
||||
/*Some icons, style different from the Japanese version*/
|
||||
.awoken-icon[data-awoken-icon='40'],
|
||||
.awoken-icon[data-awoken-icon='46'],
|
||||
.awoken-icon[data-awoken-icon='47'],
|
||||
.awoken-icon[data-awoken-icon='48'],
|
||||
.type-icon[data-type-icon='12'],
|
||||
.type-icon[data-type-icon='9']
|
||||
{
|
||||
background-position-x: -32px;
|
||||
}
|
||||
.latent-icon[data-latent-icon='17']::before,
|
||||
.latent-icon[data-latent-icon='37']::before,
|
||||
.latent-icon[data-latent-icon='41']::before
|
||||
{
|
||||
background-position-x: -252px;
|
||||
}
|
||||
.badge[data-badge-icon='0']::before,
|
||||
.badge[data-badge-icon='2']::before
|
||||
{
|
||||
background-position-x: -36px;
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
@charset "utf-8";
|
||||
@import "icon-zh.css";
|
||||
.status.loading-check-version .text::before{
|
||||
content: "正在檢查数据版本,請稍候……";
|
||||
}
|
||||
|
@ -349,15 +350,4 @@
|
|||
}
|
||||
.control-div .search-close::before{
|
||||
content: "關閉搜索";
|
||||
}
|
||||
/*Some icons, style different from the Japanese version*/
|
||||
.awoken-icon[data-awoken-icon='46'],
|
||||
.awoken-icon[data-awoken-icon='47']
|
||||
{
|
||||
background-position-x: calc(-32px * 2);
|
||||
}
|
||||
.badge[data-badge-icon='0']::before,
|
||||
.badge[data-badge-icon='14']::before
|
||||
{
|
||||
background-position-x: calc(-36px * 2);
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
@charset "utf-8";
|
||||
@import "icon-zh.css";
|
||||
.status.loading-check-version .text::before{
|
||||
content: "正在检查数据版本,请稍候……";
|
||||
}
|
||||
|
@ -349,15 +350,4 @@
|
|||
}
|
||||
.control-div .search-close::before{
|
||||
content: "关闭搜索";
|
||||
}
|
||||
/*Some icons, style different from the Japanese version*/
|
||||
.awoken-icon[data-awoken-icon='46'],
|
||||
.awoken-icon[data-awoken-icon='47']
|
||||
{
|
||||
background-position-x: calc(-32px * 2);
|
||||
}
|
||||
.badge[data-badge-icon='0']::before,
|
||||
.badge[data-badge-icon='14']::before
|
||||
{
|
||||
background-position-x: calc(-36px * 2);
|
||||
}
|
|
@ -1 +1 @@
|
|||
[{"code":"ja","ckey":{"card":"84354373491da350f11fde36557b5fd3","skill":"f460faeadb6afac84422cf6a69588639"},"updateTime":1603034027392},{"code":"en","ckey":{"card":"7eb1426179c4839177800bc33c4d4544","skill":"7cf237a2d0d074d3d47423f63efe9197"},"updateTime":1602660919447},{"code":"ko","ckey":{"card":"9a0d01c1bf8b6d1b70eacdc264ea499d","skill":"4d4d75ebe0016bc9e1198d35890d96ca"},"updateTime":1602660919447}]
|
||||
[{"code":"ja","ckey":{"card":"edfdb09b2f7b2bf56f1294b5e5f13a23","skill":"dd3a7975e39fa39218dfa9f6725639e1"},"updateTime":1603352085936},{"code":"en","ckey":{"card":"7eb1426179c4839177800bc33c4d4544","skill":"7cf237a2d0d074d3d47423f63efe9197"},"updateTime":1602660919447},{"code":"ko","ckey":{"card":"9a0d01c1bf8b6d1b70eacdc264ea499d","skill":"4d4d75ebe0016bc9e1198d35890d96ca"},"updateTime":1602660919447}]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -827,9 +827,9 @@ var formation = new Formation(teamsCount,5);
|
|||
<li class="latent-icon" data-latent-icon="36"></li><!--大暗盾-->
|
||||
<li class="latent-icon" data-latent-icon="37"></li><!--6色破无效-->
|
||||
<li class="latent-icon" data-latent-icon="38"></li><!--3色破属吸-->
|
||||
<li class="latent-icon" data-latent-icon="39"></li><!--U解禁消-->
|
||||
<li class="latent-icon" data-latent-icon="39"></li><!--C珠破吸-->
|
||||
<li class="latent-icon" data-latent-icon="40"></li><!--心横解转转-->
|
||||
<li class="latent-icon" data-latent-icon="41"></li><!--C珠破吸-->
|
||||
<li class="latent-icon" data-latent-icon="41"></li><!--U解禁消-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="setting-row row-mon-skill">
|
||||
|
|
|
@ -777,9 +777,9 @@ var formation = new Formation(teamsCount,6);
|
|||
<li class="latent-icon" data-latent-icon="36"></li><!--大暗盾-->
|
||||
<li class="latent-icon" data-latent-icon="37"></li><!--6色破无效-->
|
||||
<li class="latent-icon" data-latent-icon="38"></li><!--3色破属吸-->
|
||||
<li class="latent-icon" data-latent-icon="39"></li><!--U解禁消-->
|
||||
<li class="latent-icon" data-latent-icon="39"></li><!--C珠破吸-->
|
||||
<li class="latent-icon" data-latent-icon="40"></li><!--心横解转转-->
|
||||
<li class="latent-icon" data-latent-icon="41"></li><!--C珠破吸-->
|
||||
<li class="latent-icon" data-latent-icon="41"></li><!--U解禁消-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="setting-row row-mon-skill">
|
||||
|
|
|
@ -820,13 +820,13 @@
|
|||
.latent-icon[data-latent-icon='38']::before{ /*3色破属吸*/
|
||||
background-position-y: calc(-32px * 38);
|
||||
}
|
||||
.latent-icon[data-latent-icon='39']::before{ /*U解禁消*/
|
||||
.latent-icon[data-latent-icon='39']::before{ /*C珠破吸*/
|
||||
background-position-y: calc(-32px * 39);
|
||||
}
|
||||
.latent-icon[data-latent-icon='40']::before{ /*心横解转转*/
|
||||
background-position-y: calc(-32px * 40);
|
||||
}
|
||||
.latent-icon[data-latent-icon='41']::before{ /*C珠破吸*/
|
||||
.latent-icon[data-latent-icon='41']::before{ /*U解禁消*/
|
||||
background-position-y: calc(-32px * 41);
|
||||
}
|
||||
|
||||
|
|
|
@ -1472,9 +1472,9 @@ var formation = new Formation(teamsCount,6);
|
|||
<li class="latent-icon" data-latent-icon="36"></li><!--大暗盾-->
|
||||
<li class="latent-icon" data-latent-icon="37"></li><!--6色破无效-->
|
||||
<li class="latent-icon" data-latent-icon="38"></li><!--3色破属吸-->
|
||||
<li class="latent-icon" data-latent-icon="39"></li><!--U解禁消-->
|
||||
<li class="latent-icon" data-latent-icon="39"></li><!--C珠破吸-->
|
||||
<li class="latent-icon" data-latent-icon="40"></li><!--心横解转转-->
|
||||
<li class="latent-icon" data-latent-icon="41"></li><!--C珠破吸-->
|
||||
<li class="latent-icon" data-latent-icon="41"></li><!--U解禁消-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="setting-row row-mon-skill">
|
||||
|
|
Loading…
Reference in New Issue