archive JS

This commit is contained in:
起个名字好难
2025-05-08 01:24:49 +08:00
parent 70cd42d376
commit 7a9f3296bb
33 changed files with 4832 additions and 4832 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
(async function () {
log.info('前往稻妻合成台,“那位莱特不行,他冲刺比其他成男角色远”(成男角色:钟离,公子,凯亚,迪卢克等)');
async function captureCrystalfly(locationName, x, y, num) {
log.info('前往 {name}', locationName);
await genshin.tp(x, y);
await sleep(5000);
let filePath = `assets/${locationName}.json`;
await keyMouseScript.runFile(filePath);
}
await captureCrystalfly('稻妻合成台', -4402.56, -3052.88);
})();

View File

@@ -0,0 +1,13 @@
{
"manifest_version": 1,
"name": "稻妻合成台",
"version": "1.0",
"description": "去稻妻合成台 那位莱特不行他冲刺比其他成男角色远成男角色冲刺右键8下A左走5秒跳跃找交互停顿",
"authors": [
{
"name": "fengbu"
}
],
"tags": ["稻妻", "合成台"],
"main": "main.js"
}