Browse Source

更改美服高达合作的徽章

pull/1/head
枫谷剑仙 1 year ago
parent
commit
362d52db81
4 changed files with 8 additions and 2 deletions
  1. BIN
      images/badge.png
  2. BIN
      images/project file/badge.fw.png
  3. +2
    -2
      service-worker.js
  4. +6
    -0
      style-monsterimages.css

BIN
images/badge.png View File

Before After
Width: 144  |  Height: 900  |  Size: 70 kB Width: 144  |  Height: 900  |  Size: 71 kB

BIN
images/project file/badge.fw.png View File

Before After
Width: 144  |  Height: 900  |  Size: 246 kB Width: 144  |  Height: 900  |  Size: 250 kB

+ 2
- 2
service-worker.js View File

@@ -29523,7 +29523,7 @@ const cachesMap = new Map([
],
[
"style-monsterimages.css",
"f601e773a3940cb0aa51dd23f9074338"
"cc044a8725e8f9850b0dac77654d81e2"
],
[
"style.css",
@@ -29603,7 +29603,7 @@ const cachesMap = new Map([
],
[
"images/badge.png",
"9b4b0c4f3dc224ff54e01003600e214f"
"e3fe54056c4c3c530031dcddaf8885d9"
],
[
"images/card-frame-any.png",


+ 6
- 0
style-monsterimages.css View File

@@ -1574,6 +1574,12 @@ body:not([data-game-source="ja"]) .awoken-icon:where(
)::before {
background-position-x: calc(-36px * 1);
}
/* 美服不一样的徽章 */
[data-game-source="en"] .badge:where(
[data-badge-icon='26'], /*高达变成本家*/
)::before {
background-position-x: calc(-36px * 1);
}
:lang(ko) .badge:where(
[data-badge-icon='1'],


Loading…
Cancel
Save