Add files via upload
This commit is contained in:
16
repo/js/Expedition/main.js
Normal file
16
repo/js/Expedition/main.js
Normal file
@@ -0,0 +1,16 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
|
||||
keyPress("F");
|
||||
await sleep(3000);
|
||||
click(960, 540);
|
||||
await sleep(1000);
|
||||
click(1400, 580);
|
||||
await sleep(1000);
|
||||
click(160, 1010);
|
||||
await sleep(1000);
|
||||
click(1160, 1020);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
|
||||
log.info("已领取每日委托奖励");
|
||||
})();
|
||||
12
repo/js/Expedition/manifest.json
Normal file
12
repo/js/Expedition/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "重新探索派遣",
|
||||
"version": "1.0",
|
||||
"description": "用于重新探索派遣",
|
||||
"authors": [
|
||||
{
|
||||
"name": "鹤望兰",
|
||||
}
|
||||
],
|
||||
"main": "main.js",
|
||||
}
|
||||
Reference in New Issue
Block a user