增加版本信息的转圈

This commit is contained in:
枫谷剑仙 2020-02-29 02:55:36 +08:00
parent 1e52e7ebf4
commit 8db02102c9
6 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "Checking the data version, please wait...";
}
.status.loading-mon-info .text::before{
content: "Loading monster data, please wait...";
}

View File

@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "データバージョンをチェックしています。";
}
.status.loading-mon-info .text::before{
content: "モンスターデータを読み込んでいます。";
}

View File

@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "데이터 버전을 확인 합니다.";
}
.status.loading-mon-info .text::before{
content: "몬스터 데이터를 로드 하 고 있습니다.";
}

View File

@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "正在檢查数据版本,請稍候……";
}
.status.loading-mon-info .text::before{
content: "正在載入怪物數據,請稍候……";
}

View File

@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "正在检查数据版本,请稍候……";
}
.status.loading-mon-info .text::before{
content: "正在加载怪物数据,请稍候……";
}

View File

@ -136,6 +136,7 @@ body{
/*.status.loading-mon-info .text::before{
content: "正在加载怪物数据";
}*/
.status.loading-check-version .icon,
.status.loading-mon-info .icon,
.status.loading-skill-info .icon,
.status.prepare-cauture .icon