Skip to content

Commit

Permalink
Merge pull request icegreentee#354 from segfault-bilibili/rollup-6.4.0
Browse files Browse the repository at this point in the history
【6.4.0】临时开荒辅助检测角色经验或事件升级
  • Loading branch information
segfault-bilibili committed Aug 29, 2022
2 parents a3d7d71 + b7472c4 commit 9584564
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions floatUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -11599,6 +11599,10 @@ function algo_init() {
topLeft: {x: 801, y: 374, pos: "center"},
bottomRight: {x: 832, y: 405, pos: "center"},
},
charaExpEventLvUp: {
topLeft: {x: 224, y: 332, pos: "center"},
bottomRight: {x: 256, y: 364, pos: "center"},
},
resultExpItem: {
topLeft: {x: 801, y: 374, pos: "center"},
bottomRight: {x: 832, y: 405, pos: "center"},
Expand All @@ -11608,6 +11612,7 @@ function algo_init() {
playerSupport: "#7363a0",
NPCSupport: "#f26482",
followPrompt: "#f7f7f7",
charaExpEventLvUp: "#f26c84",
resultExpItem: "#b28750",
}
function detectPureColor(screenshot, type) {
Expand All @@ -11622,8 +11627,8 @@ function algo_init() {
let found = ["playerSupport", "NPCSupport"].find((type) => detectPureColor(screenshot, type)) ? true : false;
return found;
}
function isFollowPromptOrResultExpItem(screenshot) {
let found = ["followPrompt", "resultExpItem"].find((type) => detectPureColor(screenshot, type)) ? true : false;
function isQuestResult(screenshot) {
let found = ["followPrompt", "charaExpEventLvUp", "resultExpItem"].find((type) => detectPureColor(screenshot, type)) ? true : false;
return found;
}
while (true) {
Expand All @@ -11636,7 +11641,7 @@ function algo_init() {
click(convertCoords(clickSets.start))
} else if (isSkipButtonPresent(screenshot)) {
click(convertCoords(getAreaCenter(knownButtonCoords["skipBtn"])));
} else if (isFollowPromptOrResultExpItem(screenshot)) {
} else if (isQuestResult(screenshot)) {
click(convertCoords(clickSets.closeFollowPrompt));
}
sleep(1000);
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build"
],
"packageName": "top.momoe.auto",
"versionName": "6.3.9",
"versionName": "6.4.0",
"versionInfo": "",
"versionCode": 1,
"icon":"./images/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion update/updateList.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packageName":"top.momoe.auto","versionName":"6.3.9","fileRootNode":[[{"src":"bin/scrcap2bmp-arm","integrity":"sha256-EPmaVWp++E7F9AgvYOm9LJlPt516LG44El752+rlEJk=","fileJsonPath":"update/fileJson/0.json"},{"src":"bin/scrcap2bmp-arm64","integrity":"sha256-eVXMCpt1I99OnClUHHp34D0EXXw9enmPafrvIXWXKmg=","fileJsonPath":"update/fileJson/1.json"},{"src":"bin/scrcap2bmp-x86","integrity":"sha256-mXCcEoSnrvQBjKZACQiSICQp3uVq9VMSxs6NbQnET+g=","fileJsonPath":"update/fileJson/2.json"},{"src":"bin/scrcap2bmp-x86_64","integrity":"sha256-7CkgvLdJdYL1z/KB3XnN+rHimb4IJbWgJK85M0xokPg=","fileJsonPath":"update/fileJson/3.json"},{"src":"bin/scrcap2bmp.c","integrity":"sha256-nR6KCZHaA1mS5N+teR517IsC6PTbanq9WIEejKwH+hk="}],{"src":"floatUI.js","integrity":"sha256-lR6opvD88uq9qZ199gLOW7RKn5QDYMkI+/aXVCBio3A="},{"src":"gen.js","integrity":"sha256-evV8SDe70i6521AmTanuNOcAUKNofXKCSGU58fsvr2Y="},[{"src":"images/accel.png","integrity":"sha256-pPz7nkizCqRih+wCOxNEM3ef2fY2gxdFnZKf095Xk8w=","fileJsonPath":"update/fileJson/4.json"},{"src":"images/backToMirrorsTop.png","integrity":"sha256-5sTPkEWf2/r2DOWHMelAK3GvRgKvGYJsNkiZYjTMH6A=","fileJsonPath":"update/fileJson/5.json"},{"src":"images/blast.png","integrity":"sha256-jPgxTmojiScJcyc1XpT8e/eGRVdzjentExsGAvGcleM=","fileJsonPath":"update/fileJson/6.json"},{"src":"images/bpExhaustRefillBtnJP.png","integrity":"sha256-cKLfI8zskeaA9EPYRioBZl7Qhqq9TBVRMbrROqU43Mo=","fileJsonPath":"update/fileJson/7.json"},{"src":"images/bpRefillBtnJP.png","integrity":"sha256-kEhK8iaHPvO31126tIsvG6ctJluKATigEw1gCkXqWbg=","fileJsonPath":"update/fileJson/8.json"},{"src":"images/bpRefilledOKBtnJP.png","integrity":"sha256-7/Eh0zVQ5oJdZNE6y6/yk+yxCpx0S3kCr6J28KG7dx0=","fileJsonPath":"update/fileJson/9.json"},{"src":"images/charge.png","integrity":"sha256-07gdFeeae/r0Wm4aCmD5ENWnNGnpjGJ/B8nMq9L6oLg=","fileJsonPath":"update/fileJson/10.json"},{"src":"images/connectIndicator.png","integrity":"sha256-WOOvT9dZ0SX4CsXBMa/qCb3a87TsvQJ7m4AyFB9wq/U=","fileJsonPath":"update/fileJson/11.json"},{"src":"images/connectIndicatorBtnDown.png","integrity":"sha256-WLgMiTFdudHC9GB1fYptY7o9Ep7S1OhhwHouaQHBJfY=","fileJsonPath":"update/fileJson/12.json"},{"src":"images/dark.png","integrity":"sha256-HIvoij4tUMXTZeFPmuVkupIAG+L/HupDpnCkO0ZQZsg=","fileJsonPath":"update/fileJson/13.json"},{"src":"images/dark32x32.png","integrity":"sha256-PcQuGbdhZ0Z8gBLnA0wDe/N2Ps3HPSNef1nzEwRmEyc=","fileJsonPath":"update/fileJson/14.json"},{"src":"images/darkBtnDown.png","integrity":"sha256-tMQV56ToeB7j8yJzR6HxITzLCOTx5m0Anp/aYg1eXlY=","fileJsonPath":"update/fileJson/15.json"},{"src":"images/doppel.png","integrity":"sha256-U/8qkLq3qsQtBd7UNxj5DT8CQvLy1aHaRjaInXhHAls=","fileJsonPath":"update/fileJson/16.json"},{"src":"images/fire.png","integrity":"sha256-CgpbpEm4l2Zk7Yg6bpVp2AH2jKQz1wTOCFgz7y9YF9g=","fileJsonPath":"update/fileJson/17.json"},{"src":"images/fire32x32.png","integrity":"sha256-iho+yISj3tygK/pdeYg3uI8EYcPyG2tXif0VY8TRWi4=","fileJsonPath":"update/fileJson/18.json"},{"src":"images/fireBtnDown.png","integrity":"sha256-w44UyaduCzMrxu6b6K6tM0zDAsfx6BfA0RDbGXVdKBY=","fileJsonPath":"update/fileJson/19.json"},{"src":"images/icon.png","integrity":"sha256-nCS4XyLVff1lOyqflpX9mzKzyWTXgHyn+99ShSWYp2s=","fileJsonPath":"update/fileJson/20.json"},{"src":"images/initialAuto.png","integrity":"sha256-X7lVjjkrxsY4XKKKglU5OfKRFrqNB/u8OcWZtI03q+U=","fileJsonPath":"update/fileJson/21.json"},{"src":"images/light.png","integrity":"sha256-ZLdUDKAmECZLLGLnKKeHeR1twDdRuHLoMIpEdWGI6ps=","fileJsonPath":"update/fileJson/22.json"},{"src":"images/light32x32.png","integrity":"sha256-93kVt6NzmgJ5dfsfmccSsSJYejAOM1cWNMfUZUArp6U=","fileJsonPath":"update/fileJson/23.json"},{"src":"images/lightBtnDown.png","integrity":"sha256-eiXwUasZxkiHXNdpkntzytltCQ/xVW/hgQSlBAhYzCE=","fileJsonPath":"update/fileJson/24.json"},{"src":"images/magia.png","integrity":"sha256-2aC3TXK1rhtSV8Y3TYdsXY2FsbtfcrbpQfg/QwkF0+k=","fileJsonPath":"update/fileJson/25.json"},{"src":"images/mirrorsExerciseSortingBtn.png","integrity":"sha256-Ta4x1cnqV3QtPNBDfhQhgKQ/sS/KIdOLI4W97xQTyac=","fileJsonPath":"update/fileJson/26.json"},{"src":"images/mirrorsLoseLetterE.png","integrity":"sha256-p9THvdO+QLM5ydxpe4REmsp9RrRWC0rcAB/NUyA27ow=","fileJsonPath":"update/fileJson/27.json"},{"src":"images/mirrorsRedTriangle.png","integrity":"sha256-3aHUwjtejvaAoHWSXNVb5aEY9wXVRDmQo9/4cFjM2X0=","fileJsonPath":"update/fileJson/28.json"},{"src":"images/mirrorsReMatchBtn.png","integrity":"sha256-VirN3oehQfuT4ANbdLwhszlVTzZPzNdfUsR+UlXboQk=","fileJsonPath":"update/fileJson/29.json"},{"src":"images/mirrorsTop.png","integrity":"sha256-beMw8wVBlMBvaaozPSl98A7No7IemHST5TSiifx2qRw=","fileJsonPath":"update/fileJson/30.json"},{"src":"images/mirrorsVS.png","integrity":"sha256-AfNnrEdTSbuxxaAFah0rdrIcahobrNxI4Ic1LPzYeQ4=","fileJsonPath":"update/fileJson/31.json"},{"src":"images/mirrorsWinLetterI.png","integrity":"sha256-UGXeQYV941H5VBShtsls1nb1gn3wxM5rEmVn1VARUPg=","fileJsonPath":"update/fileJson/32.json"},{"src":"images/nextMirrorLowerCaseI.png","integrity":"sha256-YXUuffnre9yK1NGdWEi8nxPLH2EAAyQJQlwhX3FYxyA=","fileJsonPath":"update/fileJson/33.json"},{"src":"images/none.png","integrity":"sha256-WbhoP/DEb5gzz81M2KTayVUTuHZfCykN6YB73+gGoLo=","fileJsonPath":"update/fileJson/34.json"},{"src":"images/none32x32.png","integrity":"sha256-smIbrs9+1DRstJ49gVBlQajfQo4oW5+NHpqzAfqBCLk=","fileJsonPath":"update/fileJson/35.json"},{"src":"images/noneBtnDown.png","integrity":"sha256-ae/n48zwZGAXDipQ5PsjXXTOjOmzxgBzeoMgOCHhkDM=","fileJsonPath":"update/fileJson/36.json"},{"src":"images/OKButton.png","integrity":"sha256-RFH+8EOs7X30vffCQ02z2k+yv1eF8MH5NFunKz11pRw=","fileJsonPath":"update/fileJson/37.json"},{"src":"images/OKButtonGray.png","integrity":"sha256-OXXB5aRlsVwYCqSVa12c8kD2+HxyKi9uFaFx7dXWIbY=","fileJsonPath":"update/fileJson/38.json"},{"src":"images/qb.png","integrity":"sha256-8j2wlTdvM0alP+BSFpna+tlFyaqGhwT4yhh7alqy+9w=","fileJsonPath":"update/fileJson/39.json"},{"src":"images/skillEmptyCHS.png","integrity":"sha256-Aal+cW5UVBNBseIpqCI/7zkI/qn9N02ZNgERK3ebN6o=","fileJsonPath":"update/fileJson/40.json"},{"src":"images/skillEmptyCHT.png","integrity":"sha256-laG3053ZdMWgpsBFUSWBl0IIk43rCza1Aw3ZHbPFib0=","fileJsonPath":"update/fileJson/41.json"},{"src":"images/skillEmptyJP.png","integrity":"sha256-GWkXWPW5587vRYvWyboDrupfkiB02XCnVrtHjxQ4j3I=","fileJsonPath":"update/fileJson/42.json"},{"src":"images/skillLocked.png","integrity":"sha256-zCHcAnxfEHD6r/5qVKVs8W761kY5PjsdaS2PrfSxe2k=","fileJsonPath":"update/fileJson/43.json"},{"src":"images/skipBtn.png","integrity":"sha256-4VIB74tosd+k0cy9FNouh9Z6fKQXeRVj9DUUYdHyThw=","fileJsonPath":"update/fileJson/44.json"},{"src":"images/start.jpg","integrity":"sha256-J5brNdm2qmrbdgUN7XcI9UcvBt+9MuGdob1ZU9HN8FY=","fileJsonPath":"update/fileJson/45.json"},{"src":"images/startBtn.png","integrity":"sha256-mi44wlMzhSXrCCQDW/hAsrDBPUYD/kYtd+9ObvC+ccQ=","fileJsonPath":"update/fileJson/46.json"},{"src":"images/water.png","integrity":"sha256-wH6k3AuaiP420SaxcQie1lWqpyKMQjh7t9t2OeLlVBQ=","fileJsonPath":"update/fileJson/47.json"},{"src":"images/water32x32.png","integrity":"sha256-dKyGkKCxBCTjSml1vSOWc7j5yvwSviHcO5wkLjpRdRQ=","fileJsonPath":"update/fileJson/48.json"},{"src":"images/waterBtnDown.png","integrity":"sha256-7BdN+aeUnwVTnmhD1dyPp+ZjpdhULrx2L0yMLQ1MRZo=","fileJsonPath":"update/fileJson/49.json"},{"src":"images/wood.png","integrity":"sha256-Dm4GflrhA+ydJ4fKz2NXFYuuh+RUle2V0L7dkr/hW0A=","fileJsonPath":"update/fileJson/50.json"},{"src":"images/wood32x32.png","integrity":"sha256-Nleoyrm3QtgUHjGiWYN4UeGWrEQ3KbxYnx2cs8out6w=","fileJsonPath":"update/fileJson/51.json"},{"src":"images/woodBtnDown.png","integrity":"sha256-iCHcW+IOa5XcSO3arpK5JJl6zW00im6tY8Z/kbUtxq0=","fileJsonPath":"update/fileJson/52.json"}],{"src":"main.js","integrity":"sha256-v/dUj/FEOTwKpyFsyB2ThIKWtseZTZuU7/hBrY4C37w="},{"src":"project.json","integrity":"sha256-Fo1OACvQNFZE05o0s80QLVJL1HLjiXUEwQJOVrRksK0="}]}
{"packageName":"top.momoe.auto","versionName":"6.4.0","fileRootNode":[[{"src":"bin/scrcap2bmp-arm","integrity":"sha256-EPmaVWp++E7F9AgvYOm9LJlPt516LG44El752+rlEJk=","fileJsonPath":"update/fileJson/0.json"},{"src":"bin/scrcap2bmp-arm64","integrity":"sha256-eVXMCpt1I99OnClUHHp34D0EXXw9enmPafrvIXWXKmg=","fileJsonPath":"update/fileJson/1.json"},{"src":"bin/scrcap2bmp-x86","integrity":"sha256-mXCcEoSnrvQBjKZACQiSICQp3uVq9VMSxs6NbQnET+g=","fileJsonPath":"update/fileJson/2.json"},{"src":"bin/scrcap2bmp-x86_64","integrity":"sha256-7CkgvLdJdYL1z/KB3XnN+rHimb4IJbWgJK85M0xokPg=","fileJsonPath":"update/fileJson/3.json"},{"src":"bin/scrcap2bmp.c","integrity":"sha256-nR6KCZHaA1mS5N+teR517IsC6PTbanq9WIEejKwH+hk="}],{"src":"floatUI.js","integrity":"sha256-E7FckTEjQwGIER3p0uBuptSPKJUiasov323M9a6/kF8="},{"src":"gen.js","integrity":"sha256-evV8SDe70i6521AmTanuNOcAUKNofXKCSGU58fsvr2Y="},[{"src":"images/accel.png","integrity":"sha256-pPz7nkizCqRih+wCOxNEM3ef2fY2gxdFnZKf095Xk8w=","fileJsonPath":"update/fileJson/4.json"},{"src":"images/backToMirrorsTop.png","integrity":"sha256-5sTPkEWf2/r2DOWHMelAK3GvRgKvGYJsNkiZYjTMH6A=","fileJsonPath":"update/fileJson/5.json"},{"src":"images/blast.png","integrity":"sha256-jPgxTmojiScJcyc1XpT8e/eGRVdzjentExsGAvGcleM=","fileJsonPath":"update/fileJson/6.json"},{"src":"images/bpExhaustRefillBtnJP.png","integrity":"sha256-cKLfI8zskeaA9EPYRioBZl7Qhqq9TBVRMbrROqU43Mo=","fileJsonPath":"update/fileJson/7.json"},{"src":"images/bpRefillBtnJP.png","integrity":"sha256-kEhK8iaHPvO31126tIsvG6ctJluKATigEw1gCkXqWbg=","fileJsonPath":"update/fileJson/8.json"},{"src":"images/bpRefilledOKBtnJP.png","integrity":"sha256-7/Eh0zVQ5oJdZNE6y6/yk+yxCpx0S3kCr6J28KG7dx0=","fileJsonPath":"update/fileJson/9.json"},{"src":"images/charge.png","integrity":"sha256-07gdFeeae/r0Wm4aCmD5ENWnNGnpjGJ/B8nMq9L6oLg=","fileJsonPath":"update/fileJson/10.json"},{"src":"images/connectIndicator.png","integrity":"sha256-WOOvT9dZ0SX4CsXBMa/qCb3a87TsvQJ7m4AyFB9wq/U=","fileJsonPath":"update/fileJson/11.json"},{"src":"images/connectIndicatorBtnDown.png","integrity":"sha256-WLgMiTFdudHC9GB1fYptY7o9Ep7S1OhhwHouaQHBJfY=","fileJsonPath":"update/fileJson/12.json"},{"src":"images/dark.png","integrity":"sha256-HIvoij4tUMXTZeFPmuVkupIAG+L/HupDpnCkO0ZQZsg=","fileJsonPath":"update/fileJson/13.json"},{"src":"images/dark32x32.png","integrity":"sha256-PcQuGbdhZ0Z8gBLnA0wDe/N2Ps3HPSNef1nzEwRmEyc=","fileJsonPath":"update/fileJson/14.json"},{"src":"images/darkBtnDown.png","integrity":"sha256-tMQV56ToeB7j8yJzR6HxITzLCOTx5m0Anp/aYg1eXlY=","fileJsonPath":"update/fileJson/15.json"},{"src":"images/doppel.png","integrity":"sha256-U/8qkLq3qsQtBd7UNxj5DT8CQvLy1aHaRjaInXhHAls=","fileJsonPath":"update/fileJson/16.json"},{"src":"images/fire.png","integrity":"sha256-CgpbpEm4l2Zk7Yg6bpVp2AH2jKQz1wTOCFgz7y9YF9g=","fileJsonPath":"update/fileJson/17.json"},{"src":"images/fire32x32.png","integrity":"sha256-iho+yISj3tygK/pdeYg3uI8EYcPyG2tXif0VY8TRWi4=","fileJsonPath":"update/fileJson/18.json"},{"src":"images/fireBtnDown.png","integrity":"sha256-w44UyaduCzMrxu6b6K6tM0zDAsfx6BfA0RDbGXVdKBY=","fileJsonPath":"update/fileJson/19.json"},{"src":"images/icon.png","integrity":"sha256-nCS4XyLVff1lOyqflpX9mzKzyWTXgHyn+99ShSWYp2s=","fileJsonPath":"update/fileJson/20.json"},{"src":"images/initialAuto.png","integrity":"sha256-X7lVjjkrxsY4XKKKglU5OfKRFrqNB/u8OcWZtI03q+U=","fileJsonPath":"update/fileJson/21.json"},{"src":"images/light.png","integrity":"sha256-ZLdUDKAmECZLLGLnKKeHeR1twDdRuHLoMIpEdWGI6ps=","fileJsonPath":"update/fileJson/22.json"},{"src":"images/light32x32.png","integrity":"sha256-93kVt6NzmgJ5dfsfmccSsSJYejAOM1cWNMfUZUArp6U=","fileJsonPath":"update/fileJson/23.json"},{"src":"images/lightBtnDown.png","integrity":"sha256-eiXwUasZxkiHXNdpkntzytltCQ/xVW/hgQSlBAhYzCE=","fileJsonPath":"update/fileJson/24.json"},{"src":"images/magia.png","integrity":"sha256-2aC3TXK1rhtSV8Y3TYdsXY2FsbtfcrbpQfg/QwkF0+k=","fileJsonPath":"update/fileJson/25.json"},{"src":"images/mirrorsExerciseSortingBtn.png","integrity":"sha256-Ta4x1cnqV3QtPNBDfhQhgKQ/sS/KIdOLI4W97xQTyac=","fileJsonPath":"update/fileJson/26.json"},{"src":"images/mirrorsLoseLetterE.png","integrity":"sha256-p9THvdO+QLM5ydxpe4REmsp9RrRWC0rcAB/NUyA27ow=","fileJsonPath":"update/fileJson/27.json"},{"src":"images/mirrorsRedTriangle.png","integrity":"sha256-3aHUwjtejvaAoHWSXNVb5aEY9wXVRDmQo9/4cFjM2X0=","fileJsonPath":"update/fileJson/28.json"},{"src":"images/mirrorsReMatchBtn.png","integrity":"sha256-VirN3oehQfuT4ANbdLwhszlVTzZPzNdfUsR+UlXboQk=","fileJsonPath":"update/fileJson/29.json"},{"src":"images/mirrorsTop.png","integrity":"sha256-beMw8wVBlMBvaaozPSl98A7No7IemHST5TSiifx2qRw=","fileJsonPath":"update/fileJson/30.json"},{"src":"images/mirrorsVS.png","integrity":"sha256-AfNnrEdTSbuxxaAFah0rdrIcahobrNxI4Ic1LPzYeQ4=","fileJsonPath":"update/fileJson/31.json"},{"src":"images/mirrorsWinLetterI.png","integrity":"sha256-UGXeQYV941H5VBShtsls1nb1gn3wxM5rEmVn1VARUPg=","fileJsonPath":"update/fileJson/32.json"},{"src":"images/nextMirrorLowerCaseI.png","integrity":"sha256-YXUuffnre9yK1NGdWEi8nxPLH2EAAyQJQlwhX3FYxyA=","fileJsonPath":"update/fileJson/33.json"},{"src":"images/none.png","integrity":"sha256-WbhoP/DEb5gzz81M2KTayVUTuHZfCykN6YB73+gGoLo=","fileJsonPath":"update/fileJson/34.json"},{"src":"images/none32x32.png","integrity":"sha256-smIbrs9+1DRstJ49gVBlQajfQo4oW5+NHpqzAfqBCLk=","fileJsonPath":"update/fileJson/35.json"},{"src":"images/noneBtnDown.png","integrity":"sha256-ae/n48zwZGAXDipQ5PsjXXTOjOmzxgBzeoMgOCHhkDM=","fileJsonPath":"update/fileJson/36.json"},{"src":"images/OKButton.png","integrity":"sha256-RFH+8EOs7X30vffCQ02z2k+yv1eF8MH5NFunKz11pRw=","fileJsonPath":"update/fileJson/37.json"},{"src":"images/OKButtonGray.png","integrity":"sha256-OXXB5aRlsVwYCqSVa12c8kD2+HxyKi9uFaFx7dXWIbY=","fileJsonPath":"update/fileJson/38.json"},{"src":"images/qb.png","integrity":"sha256-8j2wlTdvM0alP+BSFpna+tlFyaqGhwT4yhh7alqy+9w=","fileJsonPath":"update/fileJson/39.json"},{"src":"images/skillEmptyCHS.png","integrity":"sha256-Aal+cW5UVBNBseIpqCI/7zkI/qn9N02ZNgERK3ebN6o=","fileJsonPath":"update/fileJson/40.json"},{"src":"images/skillEmptyCHT.png","integrity":"sha256-laG3053ZdMWgpsBFUSWBl0IIk43rCza1Aw3ZHbPFib0=","fileJsonPath":"update/fileJson/41.json"},{"src":"images/skillEmptyJP.png","integrity":"sha256-GWkXWPW5587vRYvWyboDrupfkiB02XCnVrtHjxQ4j3I=","fileJsonPath":"update/fileJson/42.json"},{"src":"images/skillLocked.png","integrity":"sha256-zCHcAnxfEHD6r/5qVKVs8W761kY5PjsdaS2PrfSxe2k=","fileJsonPath":"update/fileJson/43.json"},{"src":"images/skipBtn.png","integrity":"sha256-4VIB74tosd+k0cy9FNouh9Z6fKQXeRVj9DUUYdHyThw=","fileJsonPath":"update/fileJson/44.json"},{"src":"images/start.jpg","integrity":"sha256-J5brNdm2qmrbdgUN7XcI9UcvBt+9MuGdob1ZU9HN8FY=","fileJsonPath":"update/fileJson/45.json"},{"src":"images/startBtn.png","integrity":"sha256-mi44wlMzhSXrCCQDW/hAsrDBPUYD/kYtd+9ObvC+ccQ=","fileJsonPath":"update/fileJson/46.json"},{"src":"images/water.png","integrity":"sha256-wH6k3AuaiP420SaxcQie1lWqpyKMQjh7t9t2OeLlVBQ=","fileJsonPath":"update/fileJson/47.json"},{"src":"images/water32x32.png","integrity":"sha256-dKyGkKCxBCTjSml1vSOWc7j5yvwSviHcO5wkLjpRdRQ=","fileJsonPath":"update/fileJson/48.json"},{"src":"images/waterBtnDown.png","integrity":"sha256-7BdN+aeUnwVTnmhD1dyPp+ZjpdhULrx2L0yMLQ1MRZo=","fileJsonPath":"update/fileJson/49.json"},{"src":"images/wood.png","integrity":"sha256-Dm4GflrhA+ydJ4fKz2NXFYuuh+RUle2V0L7dkr/hW0A=","fileJsonPath":"update/fileJson/50.json"},{"src":"images/wood32x32.png","integrity":"sha256-Nleoyrm3QtgUHjGiWYN4UeGWrEQ3KbxYnx2cs8out6w=","fileJsonPath":"update/fileJson/51.json"},{"src":"images/woodBtnDown.png","integrity":"sha256-iCHcW+IOa5XcSO3arpK5JJl6zW00im6tY8Z/kbUtxq0=","fileJsonPath":"update/fileJson/52.json"}],{"src":"main.js","integrity":"sha256-v/dUj/FEOTwKpyFsyB2ThIKWtseZTZuU7/hBrY4C37w="},{"src":"project.json","integrity":"sha256-L2rmOS/EE71Ay8kKlUH9laCHrkvMdYw64ktO5h2VsE0="}]}
2 changes: 1 addition & 1 deletion update/updateList.json.sig.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Y4MpTHIfZCgKCBD25ex4uPdN6KPh7U5DI6U2KYZWhYXFhg6O1Sm95yRMrFnedBk93eQoouJDSIwenPqB+jS4OCHpk169lOLNQDxeVt6YVGx7rMAQYVJrD18w3WdvrsDxRWZ9zYWh3MiEB5IQcl44OCCIMBmp0JPd9l7b7LUpcXU+GKOgDsLLcYy6orb8Zfi75/sOI1ZsVg3H1Wn9BaZ6BXQ4KhAPxfcbwS2yjf9WM08C8qyAtP7CLF2cx4NXwxybYXCsSW5y542Vh1RHOfe4qVyR0lZ0o5VaerlUZhTxJeEcfsV6zuqsFSG52j4S+CHGN4FPsoMCmNDduqGmG9bZYA==
kmQd/dtbieUANYvB89uwhjsLB/s5JXii5/Bq1hJRincOtfz+//T9dmTnhx5ePRcr3Z/UGligAHo4awNaXxijEf7SQTsNIuALFyLTqZZTVOe0H7KdcJMZqAU89BSW2EpOdpGQS+5zk4Citc3tYHgmQ0hVNlpMg6zbiWsv1p+GKY8eDorbZLxlTV2okYUq8j6n+EBP7Z0ny2OnNyiFOarQ+FG2r3nugEGO88m2Rv4F5DI4GXONmzNnYzTsFCIGiporM7bsg234MXq3uZuEysSy7b6qLJYecZp3VCrslRktas74UdROnrwizV9vyU/7zlhDz/ZCbve3DyQd95G6UKmJ1Q==

0 comments on commit 9584564

Please sign in to comment.