Browse Source

修复2P队伍觉醒统计和1P不一致的问题

tags/v25.2
枫谷剑仙 3 years ago
parent
commit
67998a2de7
3 changed files with 4 additions and 3 deletions
  1. +1
    -1
      monsters-info/official-API/ja-card.json
  2. +1
    -1
      service-worker.js
  3. +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


Loading…
Cancel
Save