领取纪行
This commit is contained in:
12
repo/js/BattlePass/main.js
Normal file
12
repo/js/BattlePass/main.js
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
(async function () {
|
||||||
|
setGameMetrics(3840, 2160, 2);
|
||||||
|
keyPress("F4");
|
||||||
|
await sleep(1500);
|
||||||
|
click(1920, 100);
|
||||||
|
await sleep(1000);
|
||||||
|
click(3480, 1948);
|
||||||
|
await sleep(1000);
|
||||||
|
keyPress("Escape");
|
||||||
|
|
||||||
|
log.info("已领取历练点");
|
||||||
|
})();
|
||||||
12
repo/js/BattlePass/manifest.json
Normal file
12
repo/js/BattlePass/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"manifest_version": 1,
|
||||||
|
"name": "领取纪行",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "用于领取纪行",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "HZYgrandma",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"main": "main.js",
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user