Skip to content

Commit

Permalink
美服徽章提前变成了20x SB
Browse files Browse the repository at this point in the history
  • Loading branch information
Mapaler committed Oct 6, 2024
1 parent e249753 commit 8a2a79b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions script-universal_function.js
Original file line number Diff line number Diff line change
Expand Up @@ -1690,8 +1690,8 @@ function countTeamSB(team, solo) {
case 7: //SB
sbn += 2;
break;
case 23: //SB++ 辅助无效 v21.7 +10变+20
sbn += currentDataSource.code === "ja" ? 20 : 10;
case 23: //SB++ 辅助无效 +20
sbn += 20;
break;
}
}
Expand Down
4 changes: 2 additions & 2 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36163,7 +36163,7 @@ const cachesMap = new Map([
],
[
"script-universal_function.js",
"ce92b110d47442e699eab7ce59d1bdfc"
"dd8e4ef8d3d4c88c7b4010d11fe86fb1"
],
[
"script.js",
Expand All @@ -36179,7 +36179,7 @@ const cachesMap = new Map([
],
[
"style-monsterimages.css",
"ab153407ebbe5d123d4170b21c8ebc42"
"9010edd5d11b3ca014c4abfdaf04b06e"
],
[
"style.css",
Expand Down
7 changes: 0 additions & 7 deletions style-monsterimages.css
Original file line number Diff line number Diff line change
Expand Up @@ -1983,13 +1983,6 @@ body[data-game-source="ja"] .level-super-break .latent-icon:where(
--icon-x-index: 1;
}

/*v21.7 SB+10变+20*/
body:not([data-game-source="ja"]) .badge:where(
[data-badge-icon='23'],
)::before {
--icon-x-index: 1;
}


/*属性图片*/
.attr
Expand Down

0 comments on commit 8a2a79b

Please sign in to comment.