Merge pull request #19 from ccccccggggg/main

Add files via upload
This commit is contained in:
辉鸭蛋
2024-10-18 23:44:53 +08:00
committed by GitHub
4 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
click(1400, 430); click(1400, 430);
await sleep(3000); await sleep(3000);
click(950, 800); click(950, 800);
await sleep(800);
click(950, 800);
log.info("已领取每日委托奖励"); log.info("已领取每日委托奖励");
})(); })();

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "领取每日委托奖励", "name": "领取每日委托奖励",
"version": "1.0", "version": "1.1",
"description": "用于领取每日委托奖励", "description": "用于领取每日委托奖励",
"authors": [ "authors": [
{ {

View File

@@ -6,6 +6,8 @@
await sleep(1000); await sleep(1000);
click(1550,750); click(1550,750);
await sleep(3000); await sleep(3000);
click(970,1000);
await sleep(3000);
keyPress("Escape"); keyPress("Escape");
log.info("已领取历练点"); log.info("已领取历练点");

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 1, "manifest_version": 1,
"name": "领取历练点", "name": "领取历练点",
"version": "1.0", "version": "1.1",
"description": "用于领取历练点", "description": "用于领取历练点",
"authors": [ "authors": [
{ {