From 2dfa75c6dcb1e4ffae8bfd06889363345cf4b144 Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Thu, 19 Oct 2023 19:25:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- floatUI.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/floatUI.js b/floatUI.js index 0216709..64c1900 100644 --- a/floatUI.js +++ b/floatUI.js @@ -8080,7 +8080,7 @@ function algo_init() { } if (hasScreenCaptureError) { - toastLog("通过录屏API截图时出错\n请使用root或adb权限截屏"); + toastLog("通过录屏API截图时出错\n请尝试重启系统,或尝试使用root或adb权限截屏"); stopThread(); } @@ -8253,7 +8253,9 @@ function algo_init() { hasScreenCaptureError = true; dialogs.alert("截屏出错", "通过录屏API截屏时出错。\n" - +"请尝试在识图自动战斗脚本设置中开启\"使用root或adb权限截屏\",或者换一个模拟器(比如安卓9的MuMu)再试试。"); + +"请尝试重启系统;\n" + +"或者可以尝试在识图自动战斗脚本设置中开启\"使用root或adb权限截屏\";\n" + +"或者换一个模拟器(比如安卓12的MuMu)再试试。"); throw e; } } From 3a171864343986983dd65e2d94a0f65a01eb0d8e Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Tue, 16 Apr 2024 18:56:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=95=9C=E5=B1=82=E5=91=A8=E5=9B=9E?= =?UTF-8?q?=E8=AF=AF=E5=85=A5=E5=BF=83=E9=AD=94=E6=88=98=E6=97=B6=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- floatUI.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/floatUI.js b/floatUI.js index 64c1900..924ffe1 100644 --- a/floatUI.js +++ b/floatUI.js @@ -12276,6 +12276,9 @@ function algo_init() { if (isMirrorsEntranceButtonPresent(screenshot)) { log("已回到首页"); knownClickPos = clickSets.enterMirrors; + } else if (isKimochiResults(screenshot)) { + log("误入心魔战战绩"); + knownClickPos = clickSets.back; } else if (isMirrorsTop(screenshot)) { log("镜层首页"); knownClickPos = clickSets.mirrorsTop; @@ -13260,6 +13263,14 @@ function algo_init() { topLeft: {x: 801, y: 374, pos: "center"}, bottomRight: {x: 832, y: 405, pos: "center"}, }, + kimochiResults1: { + topLeft: {x: 16, y: 170, pos: "top"}, + bottomRight: {x: 32, y: 196, pos: "top"}, + }, + kimochiResults2: { + topLeft: {x: 340, y: 170, pos: "top"}, + bottomRight: {x: 700, y: 196, pos: "top"}, + }, } const knownQuestColors = { playerSupport: "#7363a0", @@ -13269,6 +13280,8 @@ function algo_init() { charaExpEventLvUp: "#f26c84", playerLvUp: "#b28750", resultExpItem: "#b28750", + kimochiResults1: "#a47121", + kimochiResults2: "#a47121", } function detectPureColor(screenshot, type, threshold) { let area = getConvertedArea(knownQuestCoords[type]); @@ -13298,6 +13311,10 @@ function algo_init() { let found = ["followPrompt", "charaExpEventLvUp", "resultExpItem"].find((type) => detectPureColor(screenshot, type, threshold)) ? true : false; return found; } + function isKimochiResults(screenshot) { + let threshold = parseInt(limit.openUpPureColorThreshold); + return [1, 2].reduce((prev, cur) => prev && detectPureColor(screenshot, `kimochiResults${cur}`, threshold), true); + } function taskOpenUp() { if (!limit.privilege && (limit.useCVAutoBattle && limit.rootScreencap)) { From 07173462272ae7e41afe9b7f1cb50f710d7e6356 Mon Sep 17 00:00:00 2001 From: segfault-bilibili Date: Tue, 16 Apr 2024 18:57:09 +0800 Subject: [PATCH 3/3] bump versoin & 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 c0fee5c..a86dca1 100644 --- a/project.json +++ b/project.json @@ -5,7 +5,7 @@ "build" ], "packageName": "top.momoe.auto", - "versionName": "7.4.0", + "versionName": "7.4.1", "versionInfo": "", "versionCode": 1, "icon":"./images/icon.png", diff --git a/update/updateList.json b/update/updateList.json index f0aa32d..1516581 100644 --- a/update/updateList.json +++ b/update/updateList.json @@ -1 +1 @@ -{"packageName":"top.momoe.auto","versionName":"7.4.0","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-kquR7B3rN2oXSOXLLX783tUiSuPCl359MFq/RljenSI="},{"src":"gen.js","integrity":"sha256-OM+XmSpcuIEHBvKqnSFOZ7gsPcOv3yQCK0fuHBPOrtU="},[{"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/blank1920x1080.png","integrity":"sha256-K2Far82UNjbbbxvdrKqTPfIWHHlTBRNU2BB0cWokV3U=","fileJsonPath":"update/fileJson/8.json"},{"src":"images/blast.png","integrity":"sha256-jPgxTmojiScJcyc1XpT8e/eGRVdzjentExsGAvGcleM=","fileJsonPath":"update/fileJson/9.json"},{"src":"images/blastBtnDown.png","integrity":"sha256-hVnVqMgbWXYrsVQ/YuSvrcjZOLALt4wYKGdrYbwwX9s=","fileJsonPath":"update/fileJson/10.json"},{"src":"images/bpExhaustRefillBtnJP.png","integrity":"sha256-cKLfI8zskeaA9EPYRioBZl7Qhqq9TBVRMbrROqU43Mo=","fileJsonPath":"update/fileJson/11.json"},{"src":"images/bpRefillBtn2JP.png","integrity":"sha256-OZGHEqGfrVVTbjO17YH/uqIEOKNHRAiidWDqfxDqr/4=","fileJsonPath":"update/fileJson/12.json"},{"src":"images/bpRefillBtnJP.png","integrity":"sha256-kEhK8iaHPvO31126tIsvG6ctJluKATigEw1gCkXqWbg=","fileJsonPath":"update/fileJson/13.json"},{"src":"images/bpRefilledOKBtnJP.png","integrity":"sha256-7/Eh0zVQ5oJdZNE6y6/yk+yxCpx0S3kCr6J28KG7dx0=","fileJsonPath":"update/fileJson/14.json"},{"src":"images/branchStart.png","integrity":"sha256-o9k6+DZg22m7ZCRJaofGoeHcG4Mqfk3zbTb0KhNzWLE=","fileJsonPath":"update/fileJson/15.json"},{"src":"images/charge.png","integrity":"sha256-07gdFeeae/r0Wm4aCmD5ENWnNGnpjGJ/B8nMq9L6oLg=","fileJsonPath":"update/fileJson/16.json"},{"src":"images/chargeBtnDown.png","integrity":"sha256-pXW7r39Vivn9cyQUnMYbdFY4dN/MjIxwoTawlN/eENM=","fileJsonPath":"update/fileJson/17.json"},{"src":"images/closeBtn.png","integrity":"sha256-BkcIdeK5DzD8E7a4QaQDE83W6t6YgBbKoCQrWWm4Fco=","fileJsonPath":"update/fileJson/18.json"},{"src":"images/communicationError.png","integrity":"sha256-iG0lkK5MjnzzIgthWZudZiJfQP1AUy7k5FLLu6eXOfk=","fileJsonPath":"update/fileJson/19.json"},{"src":"images/connectIndicator.png","integrity":"sha256-WOOvT9dZ0SX4CsXBMa/qCb3a87TsvQJ7m4AyFB9wq/U=","fileJsonPath":"update/fileJson/20.json"},{"src":"images/connectIndicatorBtnDown.png","integrity":"sha256-WLgMiTFdudHC9GB1fYptY7o9Ep7S1OhhwHouaQHBJfY=","fileJsonPath":"update/fileJson/21.json"},{"src":"images/dark.png","integrity":"sha256-HIvoij4tUMXTZeFPmuVkupIAG+L/HupDpnCkO0ZQZsg=","fileJsonPath":"update/fileJson/22.json"},{"src":"images/dark32x32.png","integrity":"sha256-PcQuGbdhZ0Z8gBLnA0wDe/N2Ps3HPSNef1nzEwRmEyc=","fileJsonPath":"update/fileJson/23.json"},{"src":"images/darkBtnDown.png","integrity":"sha256-tMQV56ToeB7j8yJzR6HxITzLCOTx5m0Anp/aYg1eXlY=","fileJsonPath":"update/fileJson/24.json"},{"src":"images/doppel.png","integrity":"sha256-U/8qkLq3qsQtBd7UNxj5DT8CQvLy1aHaRjaInXhHAls=","fileJsonPath":"update/fileJson/25.json"},{"src":"images/doppelBtnDown.png","integrity":"sha256-I9F+TRvM6t5/0ig31/FGsI2pDWyNeMZor5IOpocGQBc=","fileJsonPath":"update/fileJson/26.json"},{"src":"images/downloadDataOKBtn.png","integrity":"sha256-MmYETe8gJw7idlrlLcGY0IPwY9R0+lcpkL/GjkjrnaU=","fileJsonPath":"update/fileJson/27.json"},{"src":"images/fire.png","integrity":"sha256-CgpbpEm4l2Zk7Yg6bpVp2AH2jKQz1wTOCFgz7y9YF9g=","fileJsonPath":"update/fileJson/28.json"},{"src":"images/fire32x32.png","integrity":"sha256-iho+yISj3tygK/pdeYg3uI8EYcPyG2tXif0VY8TRWi4=","fileJsonPath":"update/fileJson/29.json"},{"src":"images/fireBtnDown.png","integrity":"sha256-w44UyaduCzMrxu6b6K6tM0zDAsfx6BfA0RDbGXVdKBY=","fileJsonPath":"update/fileJson/30.json"},{"src":"images/freeSectionOnMapBranchJP.png","integrity":"sha256-VjWqMyGKVQp1k4KdJxy7zL9fcx0MZAxQij97HQ/RZt8=","fileJsonPath":"update/fileJson/31.json"},{"src":"images/icon.png","integrity":"sha256-nCS4XyLVff1lOyqflpX9mzKzyWTXgHyn+99ShSWYp2s=","fileJsonPath":"update/fileJson/32.json"},{"src":"images/intermission.png","integrity":"sha256-9wI5yIuV+4UfhEdBVkre1G00lkSr7QSSLPhylgpTMY8=","fileJsonPath":"update/fileJson/33.json"},{"src":"images/light.png","integrity":"sha256-ZLdUDKAmECZLLGLnKKeHeR1twDdRuHLoMIpEdWGI6ps=","fileJsonPath":"update/fileJson/34.json"},{"src":"images/light32x32.png","integrity":"sha256-93kVt6NzmgJ5dfsfmccSsSJYejAOM1cWNMfUZUArp6U=","fileJsonPath":"update/fileJson/35.json"},{"src":"images/lightBtnDown.png","integrity":"sha256-eiXwUasZxkiHXNdpkntzytltCQ/xVW/hgQSlBAhYzCE=","fileJsonPath":"update/fileJson/36.json"},{"src":"images/magia.png","integrity":"sha256-2aC3TXK1rhtSV8Y3TYdsXY2FsbtfcrbpQfg/QwkF0+k=","fileJsonPath":"update/fileJson/37.json"},{"src":"images/magiaBtnDown.png","integrity":"sha256-QHF9GKulZLaXbK/V3xAWO1cVpLhqpmUK3Qdb+dvsjPI=","fileJsonPath":"update/fileJson/38.json"},{"src":"images/mirrorsEntranceBtn.png","integrity":"sha256-yb7hfz1/IsevZuYAf0HXIADXtjtRAFcA4gUFDyJb4EU=","fileJsonPath":"update/fileJson/39.json"},{"src":"images/mirrorsExerciseSortingBtn.png","integrity":"sha256-Ta4x1cnqV3QtPNBDfhQhgKQ/sS/KIdOLI4W97xQTyac=","fileJsonPath":"update/fileJson/40.json"},{"src":"images/mirrorsLoseLetterE.png","integrity":"sha256-p9THvdO+QLM5ydxpe4REmsp9RrRWC0rcAB/NUyA27ow=","fileJsonPath":"update/fileJson/41.json"},{"src":"images/mirrorsRankingReMatchBtnJP.png","integrity":"sha256-O9iT0qa6xfREggZPb2w/rz52xSxniLT+DSJCspcewOI=","fileJsonPath":"update/fileJson/42.json"},{"src":"images/mirrorsRankingVS.png","integrity":"sha256-HSq1t05XypMIV2QcsoJ/mbhuWEOmQnGQupqcl9K/fYQ=","fileJsonPath":"update/fileJson/43.json"},{"src":"images/mirrorsRedTriangle.png","integrity":"sha256-3aHUwjtejvaAoHWSXNVb5aEY9wXVRDmQo9/4cFjM2X0=","fileJsonPath":"update/fileJson/44.json"},{"src":"images/mirrorsReMatchBtn.png","integrity":"sha256-VirN3oehQfuT4ANbdLwhszlVTzZPzNdfUsR+UlXboQk=","fileJsonPath":"update/fileJson/45.json"},{"src":"images/mirrorsTop.png","integrity":"sha256-beMw8wVBlMBvaaozPSl98A7No7IemHST5TSiifx2qRw=","fileJsonPath":"update/fileJson/46.json"},{"src":"images/mirrorsVS.png","integrity":"sha256-P6Rh52dluchnB3wVPTaC2S96Fs0lURLmUg3xbGGje3g=","fileJsonPath":"update/fileJson/47.json"},{"src":"images/mirrorsWinLetterI.png","integrity":"sha256-UGXeQYV941H5VBShtsls1nb1gn3wxM5rEmVn1VARUPg=","fileJsonPath":"update/fileJson/48.json"},{"src":"images/newQuest.png","integrity":"sha256-91o0lb+hk14XxR9hIDH3nbapz0gRxONJdypfemWDbOE=","fileJsonPath":"update/fileJson/49.json"},{"src":"images/nextMirrorLowerCaseI.png","integrity":"sha256-YXUuffnre9yK1NGdWEi8nxPLH2EAAyQJQlwhX3FYxyA=","fileJsonPath":"update/fileJson/50.json"},{"src":"images/none.png","integrity":"sha256-WbhoP/DEb5gzz81M2KTayVUTuHZfCykN6YB73+gGoLo=","fileJsonPath":"update/fileJson/51.json"},{"src":"images/none32x32.png","integrity":"sha256-smIbrs9+1DRstJ49gVBlQajfQo4oW5+NHpqzAfqBCLk=","fileJsonPath":"update/fileJson/52.json"},{"src":"images/noneBtnDown.png","integrity":"sha256-ae/n48zwZGAXDipQ5PsjXXTOjOmzxgBzeoMgOCHhkDM=","fileJsonPath":"update/fileJson/53.json"},{"src":"images/OKButton.png","integrity":"sha256-RFH+8EOs7X30vffCQ02z2k+yv1eF8MH5NFunKz11pRw=","fileJsonPath":"update/fileJson/54.json"},{"src":"images/OKButtonGray.png","integrity":"sha256-OXXB5aRlsVwYCqSVa12c8kD2+HxyKi9uFaFx7dXWIbY=","fileJsonPath":"update/fileJson/55.json"},{"src":"images/qb.png","integrity":"sha256-8j2wlTdvM0alP+BSFpna+tlFyaqGhwT4yhh7alqy+9w=","fileJsonPath":"update/fileJson/56.json"},{"src":"images/reconnectOK.png","integrity":"sha256-9pYDuKAmTwzC46ySlL7ZC7QdYJNKA9Jt/BHJ/DjD3PE=","fileJsonPath":"update/fileJson/57.json"},{"src":"images/reload.png","integrity":"sha256-IqjgncSlFQul9qjRg3C1MMTCqYtGgNNsUJuNLtIiHp4=","fileJsonPath":"update/fileJson/58.json"},{"src":"images/sectionClearMagiaStone.png","integrity":"sha256-7Fi9xydC3y1Z68CV7fA2qwEY9Tc7KK9wZx8M1TlmbuM=","fileJsonPath":"update/fileJson/59.json"},{"src":"images/sectionOnMapBranchJP.png","integrity":"sha256-tZEw4HJ60k859DOHoGqYwozu6+sTZrTxAlYMe4MeyOo=","fileJsonPath":"update/fileJson/60.json"},{"src":"images/sectionOnMapChap7JP.png","integrity":"sha256-vJGgW/M3x8zcr3NJRKaoWJNuOQsq1nhQLZgwwiStDK4=","fileJsonPath":"update/fileJson/61.json"},{"src":"images/sectionOnMapJP.png","integrity":"sha256-aoLeu45WuryimyWN/iRmfmzcFoT1dVJ2CuXwiWpIk/Y=","fileJsonPath":"update/fileJson/62.json"},{"src":"images/shinnyNew.png","integrity":"sha256-jqEJuKiklYHtNvPnh/E8D2CyyZlI3WUQ0GyBepRMOFI=","fileJsonPath":"update/fileJson/63.json"},{"src":"images/shinnyNewBranch.png","integrity":"sha256-17CTn6IzwpG2QD2uCT2UPaHCcdmEEuGBwox1DKsvoY0=","fileJsonPath":"update/fileJson/64.json"},{"src":"images/shinnyNewChap7.png","integrity":"sha256-SwHNmOdzIz6bZI66XFYCsFA2m63ISL6pKAdHpOlhpaI=","fileJsonPath":"update/fileJson/65.json"},{"src":"images/skillEmptyCHS.png","integrity":"sha256-Aal+cW5UVBNBseIpqCI/7zkI/qn9N02ZNgERK3ebN6o=","fileJsonPath":"update/fileJson/66.json"},{"src":"images/skillEmptyCHT.png","integrity":"sha256-laG3053ZdMWgpsBFUSWBl0IIk43rCza1Aw3ZHbPFib0=","fileJsonPath":"update/fileJson/67.json"},{"src":"images/skillEmptyJP.png","integrity":"sha256-GWkXWPW5587vRYvWyboDrupfkiB02XCnVrtHjxQ4j3I=","fileJsonPath":"update/fileJson/68.json"},{"src":"images/skillLocked.png","integrity":"sha256-zCHcAnxfEHD6r/5qVKVs8W761kY5PjsdaS2PrfSxe2k=","fileJsonPath":"update/fileJson/69.json"},{"src":"images/skipBtn.png","integrity":"sha256-4VIB74tosd+k0cy9FNouh9Z6fKQXeRVj9DUUYdHyThw=","fileJsonPath":"update/fileJson/70.json"},{"src":"images/start.jpg","integrity":"sha256-J5brNdm2qmrbdgUN7XcI9UcvBt+9MuGdob1ZU9HN8FY=","fileJsonPath":"update/fileJson/71.json"},{"src":"images/startBtn.png","integrity":"sha256-mi44wlMzhSXrCCQDW/hAsrDBPUYD/kYtd+9ObvC+ccQ=","fileJsonPath":"update/fileJson/72.json"},{"src":"images/support.png","integrity":"sha256-xI0LF4kLCp7SqKfm1B3hSxGEHMCO0P4EsOiuLngHpWA=","fileJsonPath":"update/fileJson/73.json"},{"src":"images/water.png","integrity":"sha256-wH6k3AuaiP420SaxcQie1lWqpyKMQjh7t9t2OeLlVBQ=","fileJsonPath":"update/fileJson/74.json"},{"src":"images/water32x32.png","integrity":"sha256-dKyGkKCxBCTjSml1vSOWc7j5yvwSviHcO5wkLjpRdRQ=","fileJsonPath":"update/fileJson/75.json"},{"src":"images/waterBtnDown.png","integrity":"sha256-7BdN+aeUnwVTnmhD1dyPp+ZjpdhULrx2L0yMLQ1MRZo=","fileJsonPath":"update/fileJson/76.json"},{"src":"images/wood.png","integrity":"sha256-Dm4GflrhA+ydJ4fKz2NXFYuuh+RUle2V0L7dkr/hW0A=","fileJsonPath":"update/fileJson/77.json"},{"src":"images/wood32x32.png","integrity":"sha256-Nleoyrm3QtgUHjGiWYN4UeGWrEQ3KbxYnx2cs8out6w=","fileJsonPath":"update/fileJson/78.json"},{"src":"images/woodBtnDown.png","integrity":"sha256-iCHcW+IOa5XcSO3arpK5JJl6zW00im6tY8Z/kbUtxq0=","fileJsonPath":"update/fileJson/79.json"}],{"src":"main.js","integrity":"sha256-7gYXYBFzck92r7A3JGgW0bm0SwSgCn51RyqiGY4Dlyg="},{"src":"project.json","integrity":"sha256-+jDNh/lMQrNWE5j8njd1WcxmnA4CT/Xf3LL+sQ9V9xI="}]} \ No newline at end of file +{"packageName":"top.momoe.auto","versionName":"7.4.1","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-TLn6ZLxIoSk4F2CToJFHFWinHdgh1IC5nMWgHcq6Y4c="},{"src":"gen.js","integrity":"sha256-OM+XmSpcuIEHBvKqnSFOZ7gsPcOv3yQCK0fuHBPOrtU="},[{"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/blank1920x1080.png","integrity":"sha256-K2Far82UNjbbbxvdrKqTPfIWHHlTBRNU2BB0cWokV3U=","fileJsonPath":"update/fileJson/8.json"},{"src":"images/blast.png","integrity":"sha256-jPgxTmojiScJcyc1XpT8e/eGRVdzjentExsGAvGcleM=","fileJsonPath":"update/fileJson/9.json"},{"src":"images/blastBtnDown.png","integrity":"sha256-hVnVqMgbWXYrsVQ/YuSvrcjZOLALt4wYKGdrYbwwX9s=","fileJsonPath":"update/fileJson/10.json"},{"src":"images/bpExhaustRefillBtnJP.png","integrity":"sha256-cKLfI8zskeaA9EPYRioBZl7Qhqq9TBVRMbrROqU43Mo=","fileJsonPath":"update/fileJson/11.json"},{"src":"images/bpRefillBtn2JP.png","integrity":"sha256-OZGHEqGfrVVTbjO17YH/uqIEOKNHRAiidWDqfxDqr/4=","fileJsonPath":"update/fileJson/12.json"},{"src":"images/bpRefillBtnJP.png","integrity":"sha256-kEhK8iaHPvO31126tIsvG6ctJluKATigEw1gCkXqWbg=","fileJsonPath":"update/fileJson/13.json"},{"src":"images/bpRefilledOKBtnJP.png","integrity":"sha256-7/Eh0zVQ5oJdZNE6y6/yk+yxCpx0S3kCr6J28KG7dx0=","fileJsonPath":"update/fileJson/14.json"},{"src":"images/branchStart.png","integrity":"sha256-o9k6+DZg22m7ZCRJaofGoeHcG4Mqfk3zbTb0KhNzWLE=","fileJsonPath":"update/fileJson/15.json"},{"src":"images/charge.png","integrity":"sha256-07gdFeeae/r0Wm4aCmD5ENWnNGnpjGJ/B8nMq9L6oLg=","fileJsonPath":"update/fileJson/16.json"},{"src":"images/chargeBtnDown.png","integrity":"sha256-pXW7r39Vivn9cyQUnMYbdFY4dN/MjIxwoTawlN/eENM=","fileJsonPath":"update/fileJson/17.json"},{"src":"images/closeBtn.png","integrity":"sha256-BkcIdeK5DzD8E7a4QaQDE83W6t6YgBbKoCQrWWm4Fco=","fileJsonPath":"update/fileJson/18.json"},{"src":"images/communicationError.png","integrity":"sha256-iG0lkK5MjnzzIgthWZudZiJfQP1AUy7k5FLLu6eXOfk=","fileJsonPath":"update/fileJson/19.json"},{"src":"images/connectIndicator.png","integrity":"sha256-WOOvT9dZ0SX4CsXBMa/qCb3a87TsvQJ7m4AyFB9wq/U=","fileJsonPath":"update/fileJson/20.json"},{"src":"images/connectIndicatorBtnDown.png","integrity":"sha256-WLgMiTFdudHC9GB1fYptY7o9Ep7S1OhhwHouaQHBJfY=","fileJsonPath":"update/fileJson/21.json"},{"src":"images/dark.png","integrity":"sha256-HIvoij4tUMXTZeFPmuVkupIAG+L/HupDpnCkO0ZQZsg=","fileJsonPath":"update/fileJson/22.json"},{"src":"images/dark32x32.png","integrity":"sha256-PcQuGbdhZ0Z8gBLnA0wDe/N2Ps3HPSNef1nzEwRmEyc=","fileJsonPath":"update/fileJson/23.json"},{"src":"images/darkBtnDown.png","integrity":"sha256-tMQV56ToeB7j8yJzR6HxITzLCOTx5m0Anp/aYg1eXlY=","fileJsonPath":"update/fileJson/24.json"},{"src":"images/doppel.png","integrity":"sha256-U/8qkLq3qsQtBd7UNxj5DT8CQvLy1aHaRjaInXhHAls=","fileJsonPath":"update/fileJson/25.json"},{"src":"images/doppelBtnDown.png","integrity":"sha256-I9F+TRvM6t5/0ig31/FGsI2pDWyNeMZor5IOpocGQBc=","fileJsonPath":"update/fileJson/26.json"},{"src":"images/downloadDataOKBtn.png","integrity":"sha256-MmYETe8gJw7idlrlLcGY0IPwY9R0+lcpkL/GjkjrnaU=","fileJsonPath":"update/fileJson/27.json"},{"src":"images/fire.png","integrity":"sha256-CgpbpEm4l2Zk7Yg6bpVp2AH2jKQz1wTOCFgz7y9YF9g=","fileJsonPath":"update/fileJson/28.json"},{"src":"images/fire32x32.png","integrity":"sha256-iho+yISj3tygK/pdeYg3uI8EYcPyG2tXif0VY8TRWi4=","fileJsonPath":"update/fileJson/29.json"},{"src":"images/fireBtnDown.png","integrity":"sha256-w44UyaduCzMrxu6b6K6tM0zDAsfx6BfA0RDbGXVdKBY=","fileJsonPath":"update/fileJson/30.json"},{"src":"images/freeSectionOnMapBranchJP.png","integrity":"sha256-VjWqMyGKVQp1k4KdJxy7zL9fcx0MZAxQij97HQ/RZt8=","fileJsonPath":"update/fileJson/31.json"},{"src":"images/icon.png","integrity":"sha256-nCS4XyLVff1lOyqflpX9mzKzyWTXgHyn+99ShSWYp2s=","fileJsonPath":"update/fileJson/32.json"},{"src":"images/intermission.png","integrity":"sha256-9wI5yIuV+4UfhEdBVkre1G00lkSr7QSSLPhylgpTMY8=","fileJsonPath":"update/fileJson/33.json"},{"src":"images/light.png","integrity":"sha256-ZLdUDKAmECZLLGLnKKeHeR1twDdRuHLoMIpEdWGI6ps=","fileJsonPath":"update/fileJson/34.json"},{"src":"images/light32x32.png","integrity":"sha256-93kVt6NzmgJ5dfsfmccSsSJYejAOM1cWNMfUZUArp6U=","fileJsonPath":"update/fileJson/35.json"},{"src":"images/lightBtnDown.png","integrity":"sha256-eiXwUasZxkiHXNdpkntzytltCQ/xVW/hgQSlBAhYzCE=","fileJsonPath":"update/fileJson/36.json"},{"src":"images/magia.png","integrity":"sha256-2aC3TXK1rhtSV8Y3TYdsXY2FsbtfcrbpQfg/QwkF0+k=","fileJsonPath":"update/fileJson/37.json"},{"src":"images/magiaBtnDown.png","integrity":"sha256-QHF9GKulZLaXbK/V3xAWO1cVpLhqpmUK3Qdb+dvsjPI=","fileJsonPath":"update/fileJson/38.json"},{"src":"images/mirrorsEntranceBtn.png","integrity":"sha256-yb7hfz1/IsevZuYAf0HXIADXtjtRAFcA4gUFDyJb4EU=","fileJsonPath":"update/fileJson/39.json"},{"src":"images/mirrorsExerciseSortingBtn.png","integrity":"sha256-Ta4x1cnqV3QtPNBDfhQhgKQ/sS/KIdOLI4W97xQTyac=","fileJsonPath":"update/fileJson/40.json"},{"src":"images/mirrorsLoseLetterE.png","integrity":"sha256-p9THvdO+QLM5ydxpe4REmsp9RrRWC0rcAB/NUyA27ow=","fileJsonPath":"update/fileJson/41.json"},{"src":"images/mirrorsRankingReMatchBtnJP.png","integrity":"sha256-O9iT0qa6xfREggZPb2w/rz52xSxniLT+DSJCspcewOI=","fileJsonPath":"update/fileJson/42.json"},{"src":"images/mirrorsRankingVS.png","integrity":"sha256-HSq1t05XypMIV2QcsoJ/mbhuWEOmQnGQupqcl9K/fYQ=","fileJsonPath":"update/fileJson/43.json"},{"src":"images/mirrorsRedTriangle.png","integrity":"sha256-3aHUwjtejvaAoHWSXNVb5aEY9wXVRDmQo9/4cFjM2X0=","fileJsonPath":"update/fileJson/44.json"},{"src":"images/mirrorsReMatchBtn.png","integrity":"sha256-VirN3oehQfuT4ANbdLwhszlVTzZPzNdfUsR+UlXboQk=","fileJsonPath":"update/fileJson/45.json"},{"src":"images/mirrorsTop.png","integrity":"sha256-beMw8wVBlMBvaaozPSl98A7No7IemHST5TSiifx2qRw=","fileJsonPath":"update/fileJson/46.json"},{"src":"images/mirrorsVS.png","integrity":"sha256-P6Rh52dluchnB3wVPTaC2S96Fs0lURLmUg3xbGGje3g=","fileJsonPath":"update/fileJson/47.json"},{"src":"images/mirrorsWinLetterI.png","integrity":"sha256-UGXeQYV941H5VBShtsls1nb1gn3wxM5rEmVn1VARUPg=","fileJsonPath":"update/fileJson/48.json"},{"src":"images/newQuest.png","integrity":"sha256-91o0lb+hk14XxR9hIDH3nbapz0gRxONJdypfemWDbOE=","fileJsonPath":"update/fileJson/49.json"},{"src":"images/nextMirrorLowerCaseI.png","integrity":"sha256-YXUuffnre9yK1NGdWEi8nxPLH2EAAyQJQlwhX3FYxyA=","fileJsonPath":"update/fileJson/50.json"},{"src":"images/none.png","integrity":"sha256-WbhoP/DEb5gzz81M2KTayVUTuHZfCykN6YB73+gGoLo=","fileJsonPath":"update/fileJson/51.json"},{"src":"images/none32x32.png","integrity":"sha256-smIbrs9+1DRstJ49gVBlQajfQo4oW5+NHpqzAfqBCLk=","fileJsonPath":"update/fileJson/52.json"},{"src":"images/noneBtnDown.png","integrity":"sha256-ae/n48zwZGAXDipQ5PsjXXTOjOmzxgBzeoMgOCHhkDM=","fileJsonPath":"update/fileJson/53.json"},{"src":"images/OKButton.png","integrity":"sha256-RFH+8EOs7X30vffCQ02z2k+yv1eF8MH5NFunKz11pRw=","fileJsonPath":"update/fileJson/54.json"},{"src":"images/OKButtonGray.png","integrity":"sha256-OXXB5aRlsVwYCqSVa12c8kD2+HxyKi9uFaFx7dXWIbY=","fileJsonPath":"update/fileJson/55.json"},{"src":"images/qb.png","integrity":"sha256-8j2wlTdvM0alP+BSFpna+tlFyaqGhwT4yhh7alqy+9w=","fileJsonPath":"update/fileJson/56.json"},{"src":"images/reconnectOK.png","integrity":"sha256-9pYDuKAmTwzC46ySlL7ZC7QdYJNKA9Jt/BHJ/DjD3PE=","fileJsonPath":"update/fileJson/57.json"},{"src":"images/reload.png","integrity":"sha256-IqjgncSlFQul9qjRg3C1MMTCqYtGgNNsUJuNLtIiHp4=","fileJsonPath":"update/fileJson/58.json"},{"src":"images/sectionClearMagiaStone.png","integrity":"sha256-7Fi9xydC3y1Z68CV7fA2qwEY9Tc7KK9wZx8M1TlmbuM=","fileJsonPath":"update/fileJson/59.json"},{"src":"images/sectionOnMapBranchJP.png","integrity":"sha256-tZEw4HJ60k859DOHoGqYwozu6+sTZrTxAlYMe4MeyOo=","fileJsonPath":"update/fileJson/60.json"},{"src":"images/sectionOnMapChap7JP.png","integrity":"sha256-vJGgW/M3x8zcr3NJRKaoWJNuOQsq1nhQLZgwwiStDK4=","fileJsonPath":"update/fileJson/61.json"},{"src":"images/sectionOnMapJP.png","integrity":"sha256-aoLeu45WuryimyWN/iRmfmzcFoT1dVJ2CuXwiWpIk/Y=","fileJsonPath":"update/fileJson/62.json"},{"src":"images/shinnyNew.png","integrity":"sha256-jqEJuKiklYHtNvPnh/E8D2CyyZlI3WUQ0GyBepRMOFI=","fileJsonPath":"update/fileJson/63.json"},{"src":"images/shinnyNewBranch.png","integrity":"sha256-17CTn6IzwpG2QD2uCT2UPaHCcdmEEuGBwox1DKsvoY0=","fileJsonPath":"update/fileJson/64.json"},{"src":"images/shinnyNewChap7.png","integrity":"sha256-SwHNmOdzIz6bZI66XFYCsFA2m63ISL6pKAdHpOlhpaI=","fileJsonPath":"update/fileJson/65.json"},{"src":"images/skillEmptyCHS.png","integrity":"sha256-Aal+cW5UVBNBseIpqCI/7zkI/qn9N02ZNgERK3ebN6o=","fileJsonPath":"update/fileJson/66.json"},{"src":"images/skillEmptyCHT.png","integrity":"sha256-laG3053ZdMWgpsBFUSWBl0IIk43rCza1Aw3ZHbPFib0=","fileJsonPath":"update/fileJson/67.json"},{"src":"images/skillEmptyJP.png","integrity":"sha256-GWkXWPW5587vRYvWyboDrupfkiB02XCnVrtHjxQ4j3I=","fileJsonPath":"update/fileJson/68.json"},{"src":"images/skillLocked.png","integrity":"sha256-zCHcAnxfEHD6r/5qVKVs8W761kY5PjsdaS2PrfSxe2k=","fileJsonPath":"update/fileJson/69.json"},{"src":"images/skipBtn.png","integrity":"sha256-4VIB74tosd+k0cy9FNouh9Z6fKQXeRVj9DUUYdHyThw=","fileJsonPath":"update/fileJson/70.json"},{"src":"images/start.jpg","integrity":"sha256-J5brNdm2qmrbdgUN7XcI9UcvBt+9MuGdob1ZU9HN8FY=","fileJsonPath":"update/fileJson/71.json"},{"src":"images/startBtn.png","integrity":"sha256-mi44wlMzhSXrCCQDW/hAsrDBPUYD/kYtd+9ObvC+ccQ=","fileJsonPath":"update/fileJson/72.json"},{"src":"images/support.png","integrity":"sha256-xI0LF4kLCp7SqKfm1B3hSxGEHMCO0P4EsOiuLngHpWA=","fileJsonPath":"update/fileJson/73.json"},{"src":"images/water.png","integrity":"sha256-wH6k3AuaiP420SaxcQie1lWqpyKMQjh7t9t2OeLlVBQ=","fileJsonPath":"update/fileJson/74.json"},{"src":"images/water32x32.png","integrity":"sha256-dKyGkKCxBCTjSml1vSOWc7j5yvwSviHcO5wkLjpRdRQ=","fileJsonPath":"update/fileJson/75.json"},{"src":"images/waterBtnDown.png","integrity":"sha256-7BdN+aeUnwVTnmhD1dyPp+ZjpdhULrx2L0yMLQ1MRZo=","fileJsonPath":"update/fileJson/76.json"},{"src":"images/wood.png","integrity":"sha256-Dm4GflrhA+ydJ4fKz2NXFYuuh+RUle2V0L7dkr/hW0A=","fileJsonPath":"update/fileJson/77.json"},{"src":"images/wood32x32.png","integrity":"sha256-Nleoyrm3QtgUHjGiWYN4UeGWrEQ3KbxYnx2cs8out6w=","fileJsonPath":"update/fileJson/78.json"},{"src":"images/woodBtnDown.png","integrity":"sha256-iCHcW+IOa5XcSO3arpK5JJl6zW00im6tY8Z/kbUtxq0=","fileJsonPath":"update/fileJson/79.json"}],{"src":"main.js","integrity":"sha256-7gYXYBFzck92r7A3JGgW0bm0SwSgCn51RyqiGY4Dlyg="},{"src":"project.json","integrity":"sha256-grgOCGDN90h+LbowZdeI/CuHTR/AF/oOyp3x4JktLQI="}]} \ No newline at end of file diff --git a/update/updateList.json.sig.txt b/update/updateList.json.sig.txt index 2764051..30e3111 100644 --- a/update/updateList.json.sig.txt +++ b/update/updateList.json.sig.txt @@ -1 +1 @@ -V+YHhZ8x2HDLJvItk0AfRfIFSjGhkfFBWcDgOIEAdoPEFIJjMaXHw/fBScdkrGzmEYd4Z30mjMpRjXbSNj5LcfMwiYI2WzQd+ajb5jEaB2RiTOOtLt+aUVvAZUOl0+yDwm2MHEZLit3bTyOElXAfbIv31C6GNr4X/1B/CAGAkuKPg2qELpFsyJBiHgFMN/tkXKHzWhI9+tQdWsRQm3jBuNW5tFuxndlMkN+qpHmEkJuOr2GXQrY9CmmYCita0zz/h3htFowk+N4XVgWKjsQbLMdX0pMUFTMA+UC17avY705bmW67mOM2vJm2sRHfUfFK0wtMK716/HHGDJT7BMyGaQ== \ No newline at end of file +JMqBl/L8gQ4nOZ7JCCZyaN+8YJssmw2dAOS8e4goEZ3yA7s+6LGHmGAu51NYGRGPha8MSN7qKuEry4+U0sp8NvbimN4846ciztcEXHBN2z6yyuX68Co60+2+pj2c/HINPjcvUyyHYQZBm+8Bw7mJbNu95mvZwiaUnzZDOjtXrBxomYS38VgKJeLB04MjpnZ4D6FdD1IUgUtYCwAJvL4fhJSTbC5y7Sk+ns1H2F5A4ejPT0CV38lX0gDX9C3ytWIwvz7qfqdr5yGQccTHUexmuwNTBGpg3stm7FoZrqXd9id99LKSd5TRuJHiQ2TLNigSjCofJLorEA2L5WZBbi+psA== \ No newline at end of file