This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加版本信息的转圈
tags/v8.0
枫谷剑仙
6 years ago
parent
1e52e7ebf4
commit
8db02102c9
6 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
languages/en.css
+3
-0
languages/ja.css
+3
-0
languages/ko.css
+3
-0
languages/zh-TW.css
+3
-0
languages/zh.css
+1
-0
style.css
+ 3
- 0
languages/en.css
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...";
}
+ 3
- 0
languages/ja.css
View File
@@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "データバージョンをチェックしています。";
}
.status.loading-mon-info .text::before{
content: "モンスターデータを読み込んでいます。";
}
+ 3
- 0
languages/ko.css
View File
@@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "데이터 버전을 확인 합니다.";
}
.status.loading-mon-info .text::before{
content: "몬스터 데이터를 로드 하 고 있습니다.";
}
+ 3
- 0
languages/zh-TW.css
View File
@@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "正在檢查数据版本,請稍候……";
}
.status.loading-mon-info .text::before{
content: "正在載入怪物數據,請稍候……";
}
+ 3
- 0
languages/zh.css
View File
@@ -1,4 +1,7 @@
@charset "utf-8";
.status.loading-check-version .text::before{
content: "正在检查数据版本,请稍候……";
}
.status.loading-mon-info .text::before{
content: "正在加载怪物数据,请稍候……";
}
+ 1
- 0
style.css
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
Write
Preview
Loading…
Cancel
Save