Skip to content

Commit

Permalink
Merge pull request #19 from ccccccggggg/main
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
huiyadanli authored Oct 18, 2024
2 parents f1c1990 + 43a12cd commit eeddd90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions repo/js/Daily Commission/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
click(1400, 430);
await sleep(3000);
click(950, 800);
await sleep(800);
click(950, 800);

log.info("已领取每日委托奖励");
})();
2 changes: 1 addition & 1 deletion repo/js/Daily Commission/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "领取每日委托奖励",
"version": "1.0",
"version": "1.1",
"description": "用于领取每日委托奖励",
"authors": [
{
Expand Down
2 changes: 2 additions & 0 deletions repo/js/Experience points/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
await sleep(1000);
click(1550,750);
await sleep(3000);
click(970,1000);
await sleep(3000);
keyPress("Escape");

log.info("已领取历练点");
Expand Down
2 changes: 1 addition & 1 deletion repo/js/Experience points/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "领取历练点",
"version": "1.0",
"version": "1.1",
"description": "用于领取历练点",
"authors": [
{
Expand Down

0 comments on commit eeddd90

Please sign in to comment.