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