From fcbcedf79375c889c55fd160954fd507f1f2103e Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Thu, 8 Jun 2023 08:56:11 +0800 Subject: [PATCH 1/3] remove useless line --- audiofix.js | 1 - 1 file changed, 1 deletion(-) diff --git a/audiofix.js b/audiofix.js index 3b0aeb4..baf7361 100644 --- a/audiofix.js +++ b/audiofix.js @@ -51,7 +51,6 @@ function parseElf(elf) { throw new Error(`eh.e_machine (${eh.e_machine}) != EM_ARM`); } is64 = false; - addrLen = 4; eh.e_entry_START_ADDRESS = elf.readUInt32LE(0x18); eh.e_phoff_PROGRAM_HEADER_OFFSET_IN_FILE = elf.readUInt32LE(0x1c); eh.e_shoff_SECTION_HEADER_OFFSET_IN_FILE = elf.readUInt32LE(0x20); From 81e02034e10d945be417adab16d1932d8f979372 Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Sat, 10 Jun 2023 21:55:08 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=AF=E8=89=B2?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E5=AE=B9=E5=B7=AE=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- floatUI.js | 20 +++++++++++++------- main.js | 9 +++++++++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/floatUI.js b/floatUI.js index ce530d7..9f57cf7 100644 --- a/floatUI.js +++ b/floatUI.js @@ -1977,6 +1977,7 @@ var limit = { dungeonBattleCountBeforeKill: "20", openUpTryToConnect: true, openUpClickAllSkills: false, + openUpPureColorThreshold: "3", firstRequestPrivilege: true, privilege: null } @@ -13069,27 +13070,32 @@ function algo_init() { playerLvUp: "#b28750", resultExpItem: "#b28750", } - function detectPureColor(screenshot, type) { + function detectPureColor(screenshot, type, threshold) { let area = getConvertedArea(knownQuestCoords[type]); - let img = renewImage(images.clip(screenshot, area.topLeft.x, area.topLeft.y, getAreaWidth(area), getAreaHeight(area))) - let imgRanged = renewImage(images.interval(img, knownQuestColors[type], 0)); + let img = renewImage(images.clip(screenshot, area.topLeft.x, area.topLeft.y, getAreaWidth(area), getAreaHeight(area))); + if (threshold == null) threshold = 0; + let imgRanged = renewImage(images.interval(img, knownQuestColors[type], threshold)); let found = images.findColor(imgRanged, "#000000", 0) ? false : true; log(type, found); return found; } function isFirstSupportAvailable(screenshot) { - let found = ["playerSupport", "NPCSupport"].find((type) => detectPureColor(screenshot, type)) ? true : false; + let threshold = parseInt(limit.openUpPureColorThreshold); + let found = ["playerSupport", "NPCSupport"].find((type) => detectPureColor(screenshot, type, threshold)) ? true : false; return found; } function isThirdSupportPlayer(screenshot) { - let found = ["playerSupport3rd"].find((type) => detectPureColor(screenshot, type)) ? true : false; + let threshold = parseInt(limit.openUpPureColorThreshold); + let found = ["playerSupport3rd"].find((type) => detectPureColor(screenshot, type, threshold)) ? true : false; return found; } function isPlayerLvUp(screenshot) { - return detectPureColor(screenshot, "playerLvUp"); + let threshold = parseInt(limit.openUpPureColorThreshold); + return detectPureColor(screenshot, "playerLvUp", threshold); } function isQuestResult(screenshot) { - let found = ["followPrompt", "charaExpEventLvUp", "resultExpItem"].find((type) => detectPureColor(screenshot, type)) ? true : false; + let threshold = parseInt(limit.openUpPureColorThreshold); + let found = ["followPrompt", "charaExpEventLvUp", "resultExpItem"].find((type) => detectPureColor(screenshot, type, threshold)) ? true : false; return found; } diff --git a/main.js b/main.js index e019898..300a122 100644 --- a/main.js +++ b/main.js @@ -516,6 +516,14 @@ ui.layout( + + + + + + + + @@ -1026,6 +1034,7 @@ const persistParamList = [ "dungeonBattleCountBeforeKill", "openUpTryToConnect", "openUpClickAllSkills", + "openUpPureColorThreshold", ]; const tempParamList = [ "drug1", From 2a3161ad8979e902403a04f945b26e69535b32f8 Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Sat, 10 Jun 2023 22:01:41 +0800 Subject: [PATCH 3/3] bump version & regenerate hashes --- project.json | 2 +- update/updateList.json | 2 +- update/updateList.json.sig.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.json b/project.json index 8950a35..59512de 100644 --- a/project.json +++ b/project.json @@ -5,7 +5,7 @@ "build" ], "packageName": "top.momoe.auto", - "versionName": "7.2.5", + "versionName": "7.2.6", "versionInfo": "", "versionCode": 1, "icon":"./images/icon.png", diff --git a/update/updateList.json b/update/updateList.json index 58ad78c..e61ea2f 100644 --- a/update/updateList.json +++ b/update/updateList.json @@ -1 +1 @@ -{"packageName":"top.momoe.auto","versionName":"7.2.5","fileRootNode":[{"src":"audiofix.js","integrity":"sha256-KjgKQU0CzbouMfoskDE/7PNmK8rA2HqrGCFzZSXE5ZQ="},[{"src":"bin/scrcap2bmp-arm","integrity":"sha256-eTAYPZmhVYKP9ENPXJRT/LB2wW1KEQHcz9p0ARJB7gY=","fileJsonPath":"update/fileJson/0.json"},{"src":"bin/scrcap2bmp-arm64","integrity":"sha256-9BGB+hvT/Ox/36N5v52UmDPAKwLoo3GCZVIOb/P6bg4=","fileJsonPath":"update/fileJson/1.json"},{"src":"bin/scrcap2bmp-x86","integrity":"sha256-WWhA594oa1cfr2Vp50lXyUKsA1i73s6P0fic2qT0n3Q=","fileJsonPath":"update/fileJson/2.json"},{"src":"bin/scrcap2bmp-x86_64","integrity":"sha256-Ogk7vIEKNscLPNCuIYScn3rZOgc5FeZnfDno7UGcRA0=","fileJsonPath":"update/fileJson/3.json"},{"src":"bin/scrcap2bmp.c","integrity":"sha256-cQ+dx/cDj5Ngf1PL7fIjqAQlYI8fXNEFpVIplG6ybUA="},{"src":"bin/treble-overlay-bromite-webview.apk","integrity":"sha256-OTjeXd7gZmSds9elxhg8TCCzi+LNCyrSJghDfIpfiAs=","fileJsonPath":"update/fileJson/4.json"}],{"src":"floatUI.js","integrity":"sha256-QWAigVrJFrq4WyfnswAWT7d6A2OXGQWnBobvJErn4G8="},{"src":"gen.js","integrity":"sha256-pqTUxIIuFran6sAdU3PFV1L6BCV8A+YZm18DhuXqBhE="},[{"src":"images/accel.png","integrity":"sha256-pPz7nkizCqRih+wCOxNEM3ef2fY2gxdFnZKf095Xk8w=","fileJsonPath":"update/fileJson/5.json"},{"src":"images/accelBtnDown.png","integrity":"sha256-yGPbD045112V4Qsk1ERkg+ODI/WuBzxSGK7Hw5hJmwE=","fileJsonPath":"update/fileJson/6.json"},{"src":"images/backToMirrorsTop.png","integrity":"sha256-5sTPkEWf2/r2DOWHMelAK3GvRgKvGYJsNkiZYjTMH6A=","fileJsonPath":"update/fileJson/7.json"},{"src":"images/blast.png","integrity":"sha256-jPgxTmojiScJcyc1XpT8e/eGRVdzjentExsGAvGcleM=","fileJsonPath":"update/fileJson/8.json"},{"src":"images/blastBtnDown.png","integrity":"sha256-hVnVqMgbWXYrsVQ/YuSvrcjZOLALt4wYKGdrYbwwX9s=","fileJsonPath":"update/fileJson/9.json"},{"src":"images/bpExhaustRefillBtnJP.png","integrity":"sha256-cKLfI8zskeaA9EPYRioBZl7Qhqq9TBVRMbrROqU43Mo=","fileJsonPath":"update/fileJson/10.json"},{"src":"images/bpRefillBtnJP.png","integrity":"sha256-kEhK8iaHPvO31126tIsvG6ctJluKATigEw1gCkXqWbg=","fileJsonPath":"update/fileJson/11.json"},{"src":"images/bpRefilledOKBtnJP.png","integrity":"sha256-7/Eh0zVQ5oJdZNE6y6/yk+yxCpx0S3kCr6J28KG7dx0=","fileJsonPath":"update/fileJson/12.json"},{"src":"images/branchStart.png","integrity":"sha256-o9k6+DZg22m7ZCRJaofGoeHcG4Mqfk3zbTb0KhNzWLE=","fileJsonPath":"update/fileJson/13.json"},{"src":"images/charge.png","integrity":"sha256-07gdFeeae/r0Wm4aCmD5ENWnNGnpjGJ/B8nMq9L6oLg=","fileJsonPath":"update/fileJson/14.json"},{"src":"images/chargeBtnDown.png","integrity":"sha256-pXW7r39Vivn9cyQUnMYbdFY4dN/MjIxwoTawlN/eENM=","fileJsonPath":"update/fileJson/15.json"},{"src":"images/closeBtn.png","integrity":"sha256-BkcIdeK5DzD8E7a4QaQDE83W6t6YgBbKoCQrWWm4Fco=","fileJsonPath":"update/fileJson/16.json"},{"src":"images/connectIndicator.png","integrity":"sha256-WOOvT9dZ0SX4CsXBMa/qCb3a87TsvQJ7m4AyFB9wq/U=","fileJsonPath":"update/fileJson/17.json"},{"src":"images/connectIndicatorBtnDown.png","integrity":"sha256-WLgMiTFdudHC9GB1fYptY7o9Ep7S1OhhwHouaQHBJfY=","fileJsonPath":"update/fileJson/18.json"},{"src":"images/dark.png","integrity":"sha256-HIvoij4tUMXTZeFPmuVkupIAG+L/HupDpnCkO0ZQZsg=","fileJsonPath":"update/fileJson/19.json"},{"src":"images/dark32x32.png","integrity":"sha256-PcQuGbdhZ0Z8gBLnA0wDe/N2Ps3HPSNef1nzEwRmEyc=","fileJsonPath":"update/fileJson/20.json"},{"src":"images/darkBtnDown.png","integrity":"sha256-tMQV56ToeB7j8yJzR6HxITzLCOTx5m0Anp/aYg1eXlY=","fileJsonPath":"update/fileJson/21.json"},{"src":"images/doppel.png","integrity":"sha256-U/8qkLq3qsQtBd7UNxj5DT8CQvLy1aHaRjaInXhHAls=","fileJsonPath":"update/fileJson/22.json"},{"src":"images/doppelBtnDown.png","integrity":"sha256-I9F+TRvM6t5/0ig31/FGsI2pDWyNeMZor5IOpocGQBc=","fileJsonPath":"update/fileJson/23.json"},{"src":"images/downloadDataOKBtn.png","integrity":"sha256-MmYETe8gJw7idlrlLcGY0IPwY9R0+lcpkL/GjkjrnaU=","fileJsonPath":"update/fileJson/24.json"},{"src":"images/fire.png","integrity":"sha256-CgpbpEm4l2Zk7Yg6bpVp2AH2jKQz1wTOCFgz7y9YF9g=","fileJsonPath":"update/fileJson/25.json"},{"src":"images/fire32x32.png","integrity":"sha256-iho+yISj3tygK/pdeYg3uI8EYcPyG2tXif0VY8TRWi4=","fileJsonPath":"update/fileJson/26.json"},{"src":"images/fireBtnDown.png","integrity":"sha256-w44UyaduCzMrxu6b6K6tM0zDAsfx6BfA0RDbGXVdKBY=","fileJsonPath":"update/fileJson/27.json"},{"src":"images/freeSectionOnMapBranchJP.png","integrity":"sha256-VjWqMyGKVQp1k4KdJxy7zL9fcx0MZAxQij97HQ/RZt8=","fileJsonPath":"update/fileJson/28.json"},{"src":"images/icon.png","integrity":"sha256-nCS4XyLVff1lOyqflpX9mzKzyWTXgHyn+99ShSWYp2s=","fileJsonPath":"update/fileJson/29.json"},{"src":"images/intermission.png","integrity":"sha256-9wI5yIuV+4UfhEdBVkre1G00lkSr7QSSLPhylgpTMY8=","fileJsonPath":"update/fileJson/30.json"},{"src":"images/light.png","integrity":"sha256-ZLdUDKAmECZLLGLnKKeHeR1twDdRuHLoMIpEdWGI6ps=","fileJsonPath":"update/fileJson/31.json"},{"src":"images/light32x32.png","integrity":"sha256-93kVt6NzmgJ5dfsfmccSsSJYejAOM1cWNMfUZUArp6U=","fileJsonPath":"update/fileJson/32.json"},{"src":"images/lightBtnDown.png","integrity":"sha256-eiXwUasZxkiHXNdpkntzytltCQ/xVW/hgQSlBAhYzCE=","fileJsonPath":"update/fileJson/33.json"},{"src":"images/magia.png","integrity":"sha256-2aC3TXK1rhtSV8Y3TYdsXY2FsbtfcrbpQfg/QwkF0+k=","fileJsonPath":"update/fileJson/34.json"},{"src":"images/magiaBtnDown.png","integrity":"sha256-QHF9GKulZLaXbK/V3xAWO1cVpLhqpmUK3Qdb+dvsjPI=","fileJsonPath":"update/fileJson/35.json"},{"src":"images/mirrorsEntranceBtn.png","integrity":"sha256-m4T0R1NiKn1M2s3+hWQRgZV6JGN3YzfJw27UrUU9N3g=","fileJsonPath":"update/fileJson/36.json"},{"src":"images/mirrorsExerciseSortingBtn.png","integrity":"sha256-Ta4x1cnqV3QtPNBDfhQhgKQ/sS/KIdOLI4W97xQTyac=","fileJsonPath":"update/fileJson/37.json"},{"src":"images/mirrorsLoseLetterE.png","integrity":"sha256-p9THvdO+QLM5ydxpe4REmsp9RrRWC0rcAB/NUyA27ow=","fileJsonPath":"update/fileJson/38.json"},{"src":"images/mirrorsRankingReMatchBtnJP.png","integrity":"sha256-O9iT0qa6xfREggZPb2w/rz52xSxniLT+DSJCspcewOI=","fileJsonPath":"update/fileJson/39.json"},{"src":"images/mirrorsRankingVS.png","integrity":"sha256-HSq1t05XypMIV2QcsoJ/mbhuWEOmQnGQupqcl9K/fYQ=","fileJsonPath":"update/fileJson/40.json"},{"src":"images/mirrorsRedTriangle.png","integrity":"sha256-3aHUwjtejvaAoHWSXNVb5aEY9wXVRDmQo9/4cFjM2X0=","fileJsonPath":"update/fileJson/41.json"},{"src":"images/mirrorsReMatchBtn.png","integrity":"sha256-VirN3oehQfuT4ANbdLwhszlVTzZPzNdfUsR+UlXboQk=","fileJsonPath":"update/fileJson/42.json"},{"src":"images/mirrorsTop.png","integrity":"sha256-beMw8wVBlMBvaaozPSl98A7No7IemHST5TSiifx2qRw=","fileJsonPath":"update/fileJson/43.json"},{"src":"images/mirrorsVS.png","integrity":"sha256-P6Rh52dluchnB3wVPTaC2S96Fs0lURLmUg3xbGGje3g=","fileJsonPath":"update/fileJson/44.json"},{"src":"images/mirrorsWinLetterI.png","integrity":"sha256-UGXeQYV941H5VBShtsls1nb1gn3wxM5rEmVn1VARUPg=","fileJsonPath":"update/fileJson/45.json"},{"src":"images/newQuest.png","integrity":"sha256-91o0lb+hk14XxR9hIDH3nbapz0gRxONJdypfemWDbOE=","fileJsonPath":"update/fileJson/46.json"},{"src":"images/nextMirrorLowerCaseI.png","integrity":"sha256-YXUuffnre9yK1NGdWEi8nxPLH2EAAyQJQlwhX3FYxyA=","fileJsonPath":"update/fileJson/47.json"},{"src":"images/none.png","integrity":"sha256-WbhoP/DEb5gzz81M2KTayVUTuHZfCykN6YB73+gGoLo=","fileJsonPath":"update/fileJson/48.json"},{"src":"images/none32x32.png","integrity":"sha256-smIbrs9+1DRstJ49gVBlQajfQo4oW5+NHpqzAfqBCLk=","fileJsonPath":"update/fileJson/49.json"},{"src":"images/noneBtnDown.png","integrity":"sha256-ae/n48zwZGAXDipQ5PsjXXTOjOmzxgBzeoMgOCHhkDM=","fileJsonPath":"update/fileJson/50.json"},{"src":"images/OKButton.png","integrity":"sha256-RFH+8EOs7X30vffCQ02z2k+yv1eF8MH5NFunKz11pRw=","fileJsonPath":"update/fileJson/51.json"},{"src":"images/OKButtonGray.png","integrity":"sha256-OXXB5aRlsVwYCqSVa12c8kD2+HxyKi9uFaFx7dXWIbY=","fileJsonPath":"update/fileJson/52.json"},{"src":"images/qb.png","integrity":"sha256-8j2wlTdvM0alP+BSFpna+tlFyaqGhwT4yhh7alqy+9w=","fileJsonPath":"update/fileJson/53.json"},{"src":"images/sectionClearMagiaStone.png","integrity":"sha256-7Fi9xydC3y1Z68CV7fA2qwEY9Tc7KK9wZx8M1TlmbuM=","fileJsonPath":"update/fileJson/54.json"},{"src":"images/sectionOnMapBranchJP.png","integrity":"sha256-tZEw4HJ60k859DOHoGqYwozu6+sTZrTxAlYMe4MeyOo=","fileJsonPath":"update/fileJson/55.json"},{"src":"images/sectionOnMapChap7JP.png","integrity":"sha256-vJGgW/M3x8zcr3NJRKaoWJNuOQsq1nhQLZgwwiStDK4=","fileJsonPath":"update/fileJson/56.json"},{"src":"images/sectionOnMapJP.png","integrity":"sha256-aoLeu45WuryimyWN/iRmfmzcFoT1dVJ2CuXwiWpIk/Y=","fileJsonPath":"update/fileJson/57.json"},{"src":"images/shinnyNew.png","integrity":"sha256-jqEJuKiklYHtNvPnh/E8D2CyyZlI3WUQ0GyBepRMOFI=","fileJsonPath":"update/fileJson/58.json"},{"src":"images/shinnyNewBranch.png","integrity":"sha256-17CTn6IzwpG2QD2uCT2UPaHCcdmEEuGBwox1DKsvoY0=","fileJsonPath":"update/fileJson/59.json"},{"src":"images/shinnyNewChap7.png","integrity":"sha256-SwHNmOdzIz6bZI66XFYCsFA2m63ISL6pKAdHpOlhpaI=","fileJsonPath":"update/fileJson/60.json"},{"src":"images/skillEmptyCHS.png","integrity":"sha256-Aal+cW5UVBNBseIpqCI/7zkI/qn9N02ZNgERK3ebN6o=","fileJsonPath":"update/fileJson/61.json"},{"src":"images/skillEmptyCHT.png","integrity":"sha256-laG3053ZdMWgpsBFUSWBl0IIk43rCza1Aw3ZHbPFib0=","fileJsonPath":"update/fileJson/62.json"},{"src":"images/skillEmptyJP.png","integrity":"sha256-GWkXWPW5587vRYvWyboDrupfkiB02XCnVrtHjxQ4j3I=","fileJsonPath":"update/fileJson/63.json"},{"src":"images/skillLocked.png","integrity":"sha256-zCHcAnxfEHD6r/5qVKVs8W761kY5PjsdaS2PrfSxe2k=","fileJsonPath":"update/fileJson/64.json"},{"src":"images/skipBtn.png","integrity":"sha256-4VIB74tosd+k0cy9FNouh9Z6fKQXeRVj9DUUYdHyThw=","fileJsonPath":"update/fileJson/65.json"},{"src":"images/start.jpg","integrity":"sha256-J5brNdm2qmrbdgUN7XcI9UcvBt+9MuGdob1ZU9HN8FY=","fileJsonPath":"update/fileJson/66.json"},{"src":"images/startBtn.png","integrity":"sha256-mi44wlMzhSXrCCQDW/hAsrDBPUYD/kYtd+9ObvC+ccQ=","fileJsonPath":"update/fileJson/67.json"},{"src":"images/support.png","integrity":"sha256-xI0LF4kLCp7SqKfm1B3hSxGEHMCO0P4EsOiuLngHpWA=","fileJsonPath":"update/fileJson/68.json"},{"src":"images/water.png","integrity":"sha256-wH6k3AuaiP420SaxcQie1lWqpyKMQjh7t9t2OeLlVBQ=","fileJsonPath":"update/fileJson/69.json"},{"src":"images/water32x32.png","integrity":"sha256-dKyGkKCxBCTjSml1vSOWc7j5yvwSviHcO5wkLjpRdRQ=","fileJsonPath":"update/fileJson/70.json"},{"src":"images/waterBtnDown.png","integrity":"sha256-7BdN+aeUnwVTnmhD1dyPp+ZjpdhULrx2L0yMLQ1MRZo=","fileJsonPath":"update/fileJson/71.json"},{"src":"images/wood.png","integrity":"sha256-Dm4GflrhA+ydJ4fKz2NXFYuuh+RUle2V0L7dkr/hW0A=","fileJsonPath":"update/fileJson/72.json"},{"src":"images/wood32x32.png","integrity":"sha256-Nleoyrm3QtgUHjGiWYN4UeGWrEQ3KbxYnx2cs8out6w=","fileJsonPath":"update/fileJson/73.json"},{"src":"images/woodBtnDown.png","integrity":"sha256-iCHcW+IOa5XcSO3arpK5JJl6zW00im6tY8Z/kbUtxq0=","fileJsonPath":"update/fileJson/74.json"}],{"src":"main.js","integrity":"sha256-OstRab2cBg6/HyZ1QqsfP8o/Ubk/DN6eVjPbWeq3Ukg="},{"src":"project.json","integrity":"sha256-cUzJxOCX+7da7SmQodBp3nUBFeueXWi5S3fTj/+gBSw="}]} \ No newline at end of file +{"packageName":"top.momoe.auto","versionName":"7.2.6","fileRootNode":[{"src":"audiofix.js","integrity":"sha256-cdLp/nw3iXkawL6FDkpV0itAB65+3a0WLnTRVLykIvk="},[{"src":"bin/scrcap2bmp-arm","integrity":"sha256-eTAYPZmhVYKP9ENPXJRT/LB2wW1KEQHcz9p0ARJB7gY=","fileJsonPath":"update/fileJson/0.json"},{"src":"bin/scrcap2bmp-arm64","integrity":"sha256-9BGB+hvT/Ox/36N5v52UmDPAKwLoo3GCZVIOb/P6bg4=","fileJsonPath":"update/fileJson/1.json"},{"src":"bin/scrcap2bmp-x86","integrity":"sha256-WWhA594oa1cfr2Vp50lXyUKsA1i73s6P0fic2qT0n3Q=","fileJsonPath":"update/fileJson/2.json"},{"src":"bin/scrcap2bmp-x86_64","integrity":"sha256-Ogk7vIEKNscLPNCuIYScn3rZOgc5FeZnfDno7UGcRA0=","fileJsonPath":"update/fileJson/3.json"},{"src":"bin/scrcap2bmp.c","integrity":"sha256-cQ+dx/cDj5Ngf1PL7fIjqAQlYI8fXNEFpVIplG6ybUA="},{"src":"bin/treble-overlay-bromite-webview.apk","integrity":"sha256-OTjeXd7gZmSds9elxhg8TCCzi+LNCyrSJghDfIpfiAs=","fileJsonPath":"update/fileJson/4.json"}],{"src":"floatUI.js","integrity":"sha256-5GXOIY5IWWTIBnZNkXpdPWWthn4+pMEbPgqWh6c/KvY="},{"src":"gen.js","integrity":"sha256-pqTUxIIuFran6sAdU3PFV1L6BCV8A+YZm18DhuXqBhE="},[{"src":"images/accel.png","integrity":"sha256-pPz7nkizCqRih+wCOxNEM3ef2fY2gxdFnZKf095Xk8w=","fileJsonPath":"update/fileJson/5.json"},{"src":"images/accelBtnDown.png","integrity":"sha256-yGPbD045112V4Qsk1ERkg+ODI/WuBzxSGK7Hw5hJmwE=","fileJsonPath":"update/fileJson/6.json"},{"src":"images/backToMirrorsTop.png","integrity":"sha256-5sTPkEWf2/r2DOWHMelAK3GvRgKvGYJsNkiZYjTMH6A=","fileJsonPath":"update/fileJson/7.json"},{"src":"images/blast.png","integrity":"sha256-jPgxTmojiScJcyc1XpT8e/eGRVdzjentExsGAvGcleM=","fileJsonPath":"update/fileJson/8.json"},{"src":"images/blastBtnDown.png","integrity":"sha256-hVnVqMgbWXYrsVQ/YuSvrcjZOLALt4wYKGdrYbwwX9s=","fileJsonPath":"update/fileJson/9.json"},{"src":"images/bpExhaustRefillBtnJP.png","integrity":"sha256-cKLfI8zskeaA9EPYRioBZl7Qhqq9TBVRMbrROqU43Mo=","fileJsonPath":"update/fileJson/10.json"},{"src":"images/bpRefillBtnJP.png","integrity":"sha256-kEhK8iaHPvO31126tIsvG6ctJluKATigEw1gCkXqWbg=","fileJsonPath":"update/fileJson/11.json"},{"src":"images/bpRefilledOKBtnJP.png","integrity":"sha256-7/Eh0zVQ5oJdZNE6y6/yk+yxCpx0S3kCr6J28KG7dx0=","fileJsonPath":"update/fileJson/12.json"},{"src":"images/branchStart.png","integrity":"sha256-o9k6+DZg22m7ZCRJaofGoeHcG4Mqfk3zbTb0KhNzWLE=","fileJsonPath":"update/fileJson/13.json"},{"src":"images/charge.png","integrity":"sha256-07gdFeeae/r0Wm4aCmD5ENWnNGnpjGJ/B8nMq9L6oLg=","fileJsonPath":"update/fileJson/14.json"},{"src":"images/chargeBtnDown.png","integrity":"sha256-pXW7r39Vivn9cyQUnMYbdFY4dN/MjIxwoTawlN/eENM=","fileJsonPath":"update/fileJson/15.json"},{"src":"images/closeBtn.png","integrity":"sha256-BkcIdeK5DzD8E7a4QaQDE83W6t6YgBbKoCQrWWm4Fco=","fileJsonPath":"update/fileJson/16.json"},{"src":"images/connectIndicator.png","integrity":"sha256-WOOvT9dZ0SX4CsXBMa/qCb3a87TsvQJ7m4AyFB9wq/U=","fileJsonPath":"update/fileJson/17.json"},{"src":"images/connectIndicatorBtnDown.png","integrity":"sha256-WLgMiTFdudHC9GB1fYptY7o9Ep7S1OhhwHouaQHBJfY=","fileJsonPath":"update/fileJson/18.json"},{"src":"images/dark.png","integrity":"sha256-HIvoij4tUMXTZeFPmuVkupIAG+L/HupDpnCkO0ZQZsg=","fileJsonPath":"update/fileJson/19.json"},{"src":"images/dark32x32.png","integrity":"sha256-PcQuGbdhZ0Z8gBLnA0wDe/N2Ps3HPSNef1nzEwRmEyc=","fileJsonPath":"update/fileJson/20.json"},{"src":"images/darkBtnDown.png","integrity":"sha256-tMQV56ToeB7j8yJzR6HxITzLCOTx5m0Anp/aYg1eXlY=","fileJsonPath":"update/fileJson/21.json"},{"src":"images/doppel.png","integrity":"sha256-U/8qkLq3qsQtBd7UNxj5DT8CQvLy1aHaRjaInXhHAls=","fileJsonPath":"update/fileJson/22.json"},{"src":"images/doppelBtnDown.png","integrity":"sha256-I9F+TRvM6t5/0ig31/FGsI2pDWyNeMZor5IOpocGQBc=","fileJsonPath":"update/fileJson/23.json"},{"src":"images/downloadDataOKBtn.png","integrity":"sha256-MmYETe8gJw7idlrlLcGY0IPwY9R0+lcpkL/GjkjrnaU=","fileJsonPath":"update/fileJson/24.json"},{"src":"images/fire.png","integrity":"sha256-CgpbpEm4l2Zk7Yg6bpVp2AH2jKQz1wTOCFgz7y9YF9g=","fileJsonPath":"update/fileJson/25.json"},{"src":"images/fire32x32.png","integrity":"sha256-iho+yISj3tygK/pdeYg3uI8EYcPyG2tXif0VY8TRWi4=","fileJsonPath":"update/fileJson/26.json"},{"src":"images/fireBtnDown.png","integrity":"sha256-w44UyaduCzMrxu6b6K6tM0zDAsfx6BfA0RDbGXVdKBY=","fileJsonPath":"update/fileJson/27.json"},{"src":"images/freeSectionOnMapBranchJP.png","integrity":"sha256-VjWqMyGKVQp1k4KdJxy7zL9fcx0MZAxQij97HQ/RZt8=","fileJsonPath":"update/fileJson/28.json"},{"src":"images/icon.png","integrity":"sha256-nCS4XyLVff1lOyqflpX9mzKzyWTXgHyn+99ShSWYp2s=","fileJsonPath":"update/fileJson/29.json"},{"src":"images/intermission.png","integrity":"sha256-9wI5yIuV+4UfhEdBVkre1G00lkSr7QSSLPhylgpTMY8=","fileJsonPath":"update/fileJson/30.json"},{"src":"images/light.png","integrity":"sha256-ZLdUDKAmECZLLGLnKKeHeR1twDdRuHLoMIpEdWGI6ps=","fileJsonPath":"update/fileJson/31.json"},{"src":"images/light32x32.png","integrity":"sha256-93kVt6NzmgJ5dfsfmccSsSJYejAOM1cWNMfUZUArp6U=","fileJsonPath":"update/fileJson/32.json"},{"src":"images/lightBtnDown.png","integrity":"sha256-eiXwUasZxkiHXNdpkntzytltCQ/xVW/hgQSlBAhYzCE=","fileJsonPath":"update/fileJson/33.json"},{"src":"images/magia.png","integrity":"sha256-2aC3TXK1rhtSV8Y3TYdsXY2FsbtfcrbpQfg/QwkF0+k=","fileJsonPath":"update/fileJson/34.json"},{"src":"images/magiaBtnDown.png","integrity":"sha256-QHF9GKulZLaXbK/V3xAWO1cVpLhqpmUK3Qdb+dvsjPI=","fileJsonPath":"update/fileJson/35.json"},{"src":"images/mirrorsEntranceBtn.png","integrity":"sha256-m4T0R1NiKn1M2s3+hWQRgZV6JGN3YzfJw27UrUU9N3g=","fileJsonPath":"update/fileJson/36.json"},{"src":"images/mirrorsExerciseSortingBtn.png","integrity":"sha256-Ta4x1cnqV3QtPNBDfhQhgKQ/sS/KIdOLI4W97xQTyac=","fileJsonPath":"update/fileJson/37.json"},{"src":"images/mirrorsLoseLetterE.png","integrity":"sha256-p9THvdO+QLM5ydxpe4REmsp9RrRWC0rcAB/NUyA27ow=","fileJsonPath":"update/fileJson/38.json"},{"src":"images/mirrorsRankingReMatchBtnJP.png","integrity":"sha256-O9iT0qa6xfREggZPb2w/rz52xSxniLT+DSJCspcewOI=","fileJsonPath":"update/fileJson/39.json"},{"src":"images/mirrorsRankingVS.png","integrity":"sha256-HSq1t05XypMIV2QcsoJ/mbhuWEOmQnGQupqcl9K/fYQ=","fileJsonPath":"update/fileJson/40.json"},{"src":"images/mirrorsRedTriangle.png","integrity":"sha256-3aHUwjtejvaAoHWSXNVb5aEY9wXVRDmQo9/4cFjM2X0=","fileJsonPath":"update/fileJson/41.json"},{"src":"images/mirrorsReMatchBtn.png","integrity":"sha256-VirN3oehQfuT4ANbdLwhszlVTzZPzNdfUsR+UlXboQk=","fileJsonPath":"update/fileJson/42.json"},{"src":"images/mirrorsTop.png","integrity":"sha256-beMw8wVBlMBvaaozPSl98A7No7IemHST5TSiifx2qRw=","fileJsonPath":"update/fileJson/43.json"},{"src":"images/mirrorsVS.png","integrity":"sha256-P6Rh52dluchnB3wVPTaC2S96Fs0lURLmUg3xbGGje3g=","fileJsonPath":"update/fileJson/44.json"},{"src":"images/mirrorsWinLetterI.png","integrity":"sha256-UGXeQYV941H5VBShtsls1nb1gn3wxM5rEmVn1VARUPg=","fileJsonPath":"update/fileJson/45.json"},{"src":"images/newQuest.png","integrity":"sha256-91o0lb+hk14XxR9hIDH3nbapz0gRxONJdypfemWDbOE=","fileJsonPath":"update/fileJson/46.json"},{"src":"images/nextMirrorLowerCaseI.png","integrity":"sha256-YXUuffnre9yK1NGdWEi8nxPLH2EAAyQJQlwhX3FYxyA=","fileJsonPath":"update/fileJson/47.json"},{"src":"images/none.png","integrity":"sha256-WbhoP/DEb5gzz81M2KTayVUTuHZfCykN6YB73+gGoLo=","fileJsonPath":"update/fileJson/48.json"},{"src":"images/none32x32.png","integrity":"sha256-smIbrs9+1DRstJ49gVBlQajfQo4oW5+NHpqzAfqBCLk=","fileJsonPath":"update/fileJson/49.json"},{"src":"images/noneBtnDown.png","integrity":"sha256-ae/n48zwZGAXDipQ5PsjXXTOjOmzxgBzeoMgOCHhkDM=","fileJsonPath":"update/fileJson/50.json"},{"src":"images/OKButton.png","integrity":"sha256-RFH+8EOs7X30vffCQ02z2k+yv1eF8MH5NFunKz11pRw=","fileJsonPath":"update/fileJson/51.json"},{"src":"images/OKButtonGray.png","integrity":"sha256-OXXB5aRlsVwYCqSVa12c8kD2+HxyKi9uFaFx7dXWIbY=","fileJsonPath":"update/fileJson/52.json"},{"src":"images/qb.png","integrity":"sha256-8j2wlTdvM0alP+BSFpna+tlFyaqGhwT4yhh7alqy+9w=","fileJsonPath":"update/fileJson/53.json"},{"src":"images/sectionClearMagiaStone.png","integrity":"sha256-7Fi9xydC3y1Z68CV7fA2qwEY9Tc7KK9wZx8M1TlmbuM=","fileJsonPath":"update/fileJson/54.json"},{"src":"images/sectionOnMapBranchJP.png","integrity":"sha256-tZEw4HJ60k859DOHoGqYwozu6+sTZrTxAlYMe4MeyOo=","fileJsonPath":"update/fileJson/55.json"},{"src":"images/sectionOnMapChap7JP.png","integrity":"sha256-vJGgW/M3x8zcr3NJRKaoWJNuOQsq1nhQLZgwwiStDK4=","fileJsonPath":"update/fileJson/56.json"},{"src":"images/sectionOnMapJP.png","integrity":"sha256-aoLeu45WuryimyWN/iRmfmzcFoT1dVJ2CuXwiWpIk/Y=","fileJsonPath":"update/fileJson/57.json"},{"src":"images/shinnyNew.png","integrity":"sha256-jqEJuKiklYHtNvPnh/E8D2CyyZlI3WUQ0GyBepRMOFI=","fileJsonPath":"update/fileJson/58.json"},{"src":"images/shinnyNewBranch.png","integrity":"sha256-17CTn6IzwpG2QD2uCT2UPaHCcdmEEuGBwox1DKsvoY0=","fileJsonPath":"update/fileJson/59.json"},{"src":"images/shinnyNewChap7.png","integrity":"sha256-SwHNmOdzIz6bZI66XFYCsFA2m63ISL6pKAdHpOlhpaI=","fileJsonPath":"update/fileJson/60.json"},{"src":"images/skillEmptyCHS.png","integrity":"sha256-Aal+cW5UVBNBseIpqCI/7zkI/qn9N02ZNgERK3ebN6o=","fileJsonPath":"update/fileJson/61.json"},{"src":"images/skillEmptyCHT.png","integrity":"sha256-laG3053ZdMWgpsBFUSWBl0IIk43rCza1Aw3ZHbPFib0=","fileJsonPath":"update/fileJson/62.json"},{"src":"images/skillEmptyJP.png","integrity":"sha256-GWkXWPW5587vRYvWyboDrupfkiB02XCnVrtHjxQ4j3I=","fileJsonPath":"update/fileJson/63.json"},{"src":"images/skillLocked.png","integrity":"sha256-zCHcAnxfEHD6r/5qVKVs8W761kY5PjsdaS2PrfSxe2k=","fileJsonPath":"update/fileJson/64.json"},{"src":"images/skipBtn.png","integrity":"sha256-4VIB74tosd+k0cy9FNouh9Z6fKQXeRVj9DUUYdHyThw=","fileJsonPath":"update/fileJson/65.json"},{"src":"images/start.jpg","integrity":"sha256-J5brNdm2qmrbdgUN7XcI9UcvBt+9MuGdob1ZU9HN8FY=","fileJsonPath":"update/fileJson/66.json"},{"src":"images/startBtn.png","integrity":"sha256-mi44wlMzhSXrCCQDW/hAsrDBPUYD/kYtd+9ObvC+ccQ=","fileJsonPath":"update/fileJson/67.json"},{"src":"images/support.png","integrity":"sha256-xI0LF4kLCp7SqKfm1B3hSxGEHMCO0P4EsOiuLngHpWA=","fileJsonPath":"update/fileJson/68.json"},{"src":"images/water.png","integrity":"sha256-wH6k3AuaiP420SaxcQie1lWqpyKMQjh7t9t2OeLlVBQ=","fileJsonPath":"update/fileJson/69.json"},{"src":"images/water32x32.png","integrity":"sha256-dKyGkKCxBCTjSml1vSOWc7j5yvwSviHcO5wkLjpRdRQ=","fileJsonPath":"update/fileJson/70.json"},{"src":"images/waterBtnDown.png","integrity":"sha256-7BdN+aeUnwVTnmhD1dyPp+ZjpdhULrx2L0yMLQ1MRZo=","fileJsonPath":"update/fileJson/71.json"},{"src":"images/wood.png","integrity":"sha256-Dm4GflrhA+ydJ4fKz2NXFYuuh+RUle2V0L7dkr/hW0A=","fileJsonPath":"update/fileJson/72.json"},{"src":"images/wood32x32.png","integrity":"sha256-Nleoyrm3QtgUHjGiWYN4UeGWrEQ3KbxYnx2cs8out6w=","fileJsonPath":"update/fileJson/73.json"},{"src":"images/woodBtnDown.png","integrity":"sha256-iCHcW+IOa5XcSO3arpK5JJl6zW00im6tY8Z/kbUtxq0=","fileJsonPath":"update/fileJson/74.json"}],{"src":"main.js","integrity":"sha256-C4ory/M4G/yImVjSRA2VvMbf9vX3S57QMh125h5A0xo="},{"src":"project.json","integrity":"sha256-o/auVvAzp04zQc/ty6s2mr3SkexcBKM2DOldBRRPI4o="}]} \ No newline at end of file diff --git a/update/updateList.json.sig.txt b/update/updateList.json.sig.txt index 594bc11..06fe28a 100644 --- a/update/updateList.json.sig.txt +++ b/update/updateList.json.sig.txt @@ -1 +1 @@ -R6c2Snh/3S/tVEizAJlJbfj4Fy4VYUf5k+ti+lcr8h/kNdOvs+DvVoGCZOSwWDX6BGiGYHG/N4DhemADN2tpprvOpVuyI7XAsyl6kHHUzUWGxsD3qIWmv9POFJS2rU7/mz1FxeEHmW6cSyaauu5KkKjQGJq+uqtb9yAIGBMvFpcLVoJD+zrP+gxbd9ezTRecc8I/5eTcBtM4+Bjcsk/DGOEUGoEH3DeCeOJPbEZRInJm2hyNRLGUfoqL8rMGZlTrWYdFKId5456qW1fNfJefpGmR4fFWHJWmleSa9okfZS9ROuTv2tSryadVUfX4Rn6SxxsDU/H0eOJUZXqfNEsZuA== \ No newline at end of file +1AUjSQMpGeuVkkGp4rGjnueJRK7xl8Ibd7j5+lYy0MFxanzfRN7SuereddDiCF8RK6Hex14YTD4IYE/qXxcgzstEEbv+2fQhmbTuIA6JPTiVYQa7yucHI6/gZvEx6jgg/HY3OFc1o/kFcsLph19ub6ncbhSWRO4lgiZ920sJKB827XmpedKtkT97D9U5CWvgTpV+x3K0o9yGzju/poimFdZ1eIjbLj+fInrsISbwSjjbRgy+6kGHQfVONiqFM8uCR+il2hyeJCvn/G9s6KtPf8A9jVoQS4+Yy0Pd9vAdmOz8OfOWQZB+6gq+i85lZZtFSu7tbrl2XDTsaaBEIe9wVA== \ No newline at end of file