Browse Source

sanbon的图片顺序搞错了

pull/1/head
枫谷剑仙 2 years ago
parent
commit
90b2e52ce4
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      script.js
  2. +2
    -2
      service-worker.js

+ 1
- 1
script.js View File

@@ -892,7 +892,7 @@ Formation.prototype.getSanbonQrObj = function()
const obj = {
title: this.title,
content: this.detail,
mons: members.map(m=>m.id).concat(assists.map(m=>m.id)),
mons: assists.map(m=>m.id).concat(members.map(m=>m.id)),
data: {
badge: badge || 1,
members: {},


+ 2
- 2
service-worker.js View File

@@ -24059,7 +24059,7 @@ const cachesMap = new Map([
],
[
"script.js",
"42cf414b9c5bf0ca0a9cf284879c4760"
"03cb43c816ba5e40bb8b2c78b0c0fd45"
],
[
"solo.html",
@@ -24315,7 +24315,7 @@ const cachesMap = new Map([
],
[
"doc/index.html",
"264f1479e3b9337362b8938cab01e511"
"a435fdb3de57a9889f13c85b073a925c"
],
[
"doc/images/bluestacks-adb-connect.webp",


Loading…
Cancel
Save