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
修复2P队伍觉醒统计和1P不一致的问题
tags/v25.2
枫谷剑仙
3 years ago
parent
8da9a3e175
commit
67998a2de7
3 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
monsters-info/official-API/ja-card.json
+1
-1
service-worker.js
+2
-1
style.css
+ 1
- 1
monsters-info/official-API/ja-card.json
File diff suppressed because it is too large
View File
+ 1
- 1
service-worker.js
View File
@@ -6079,7 +6079,7 @@ const cachesMap = new Map([
],
[
"style.css",
"
ff58b5bfc77b7a8070f6fe261a958a22
"
"
70e4322cf22308b35e7fe41765ebac9d
"
],
[
"temp.js",
+ 2
- 1
style.css
View File
@@ -1791,7 +1791,8 @@ icon.inflicts::after
.official-awoken-sorting {
display: inline-block;
}
.team-awoken .awoken-ul {
.team-awoken .awoken-ul,
.formation-awoken .awoken-ul {
grid-template-columns: repeat(auto-fill, 67px);
}
.awoken-ul .awoken-count
Write
Preview
Loading…
Cancel
Save