diff --git a/repo/combat/万离国际.txt b/repo/combat/万离国际.txt new file mode 100644 index 00000000..2464e720 --- /dev/null +++ b/repo/combat/万离国际.txt @@ -0,0 +1,8 @@ +// 作者:鹤望兰 +// 描述:虹灵的净土特供,即便充能不够加低练度也能快速打完 + + +钟离 e(hold) +班尼特 q,e +香菱 q,e +枫原万叶 e(hold),attack,q \ No newline at end of file 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 diff --git a/repo/js/Wait 10min/main.js b/repo/js/Wait 10s/main.js similarity index 100% rename from repo/js/Wait 10min/main.js rename to repo/js/Wait 10s/main.js diff --git a/repo/js/Wait 10min/manifest.json b/repo/js/Wait 10s/manifest.json similarity index 100% rename from repo/js/Wait 10min/manifest.json rename to repo/js/Wait 10s/manifest.json