From 6ba9b20c69fb73cfdd57e7687b58f56158b44e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E6=9C=9B=E5=85=B0?= <109917116+ccccccggggg@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:41:45 +0800 Subject: [PATCH] Delete repo/js/Experience points directory --- repo/js/Experience points/main.js | 14 -------------- repo/js/Experience points/manifest.json | 12 ------------ 2 files changed, 26 deletions(-) delete mode 100644 repo/js/Experience points/main.js delete mode 100644 repo/js/Experience points/manifest.json diff --git a/repo/js/Experience points/main.js b/repo/js/Experience points/main.js deleted file mode 100644 index 9a62cbbf..00000000 --- a/repo/js/Experience points/main.js +++ /dev/null @@ -1,14 +0,0 @@ -(async function () { - setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI - keyPress("F1"); - await sleep(3000); - click(300,340); - await sleep(1000); - click(1550,750); - await sleep(3000); - click(970,1000); - await sleep(3000); - keyPress("Escape"); - - log.info("已领取历练点"); -})(); \ No newline at end of file diff --git a/repo/js/Experience points/manifest.json b/repo/js/Experience points/manifest.json deleted file mode 100644 index 179e8e7b..00000000 --- a/repo/js/Experience points/manifest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "manifest_version": 1, - "name": "领取历练点", - "version": "1.1", - "description": "用于领取历练点", - "authors": [ - { - "name": "鹤望兰", - } - ], - "main": "main.js", -} \ No newline at end of file