Browse Source

更换x5图片为x10

master
枫谷剑仙 1 year ago
parent
commit
d34989e4e5
4 changed files with 4 additions and 2 deletions
  1. BIN
      images/badge.png
  2. BIN
      images/project file/badge.fw.png
  3. +2
    -0
      script.js
  4. +2
    -2
      service-worker.js

BIN
images/badge.png View File

Before After
Width: 144  |  Height: 990  |  Size: 84 kB Width: 144  |  Height: 990  |  Size: 74 kB

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

Before After
Width: 144  |  Height: 990  |  Size: 280 kB Width: 144  |  Height: 990  |  Size: 255 kB

+ 2
- 0
script.js View File

@@ -3965,6 +3965,8 @@ function initialize() {
label.setAttribute("data-badge-icon", bgId);
label.setAttribute("for", radio.id);
teamBadgeUl.appendChild(li);
if (bgId === 20) li.classList.add(className_displayNone); //全属性徽章,从来没用过
});
teamBigBoxs.forEach((teamBigBox, teamIdx) => {


+ 2
- 2
service-worker.js View File

@@ -33603,7 +33603,7 @@ const cachesMap = new Map([
],
[
"script.js",
"480d5520a7c21c03f10732b32287864e"
"1e3a96d32b5140964a2c77b4ca747cf6"
],
[
"solo.html",
@@ -33695,7 +33695,7 @@ const cachesMap = new Map([
],
[
"images/badge.png",
"e595fa16fb6b2e78d07393f220aef29c"
"9cf6679cba179c98eed42b7f561b1e6a"
],
[
"images/brown-button.svg",


Loading…
Cancel
Save