archive JS
This commit is contained in:
16
archive/js/TheTable/main.js
Normal file
16
archive/js/TheTable/main.js
Normal file
@@ -0,0 +1,16 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2);
|
||||
// 传送到枫丹冒险家公会附近传送点
|
||||
await genshin.tp(4514.18, 3630.4);
|
||||
keyDown("w");
|
||||
await sleep(4500);
|
||||
keyUp("w");
|
||||
keyDown("d");
|
||||
await sleep(500);
|
||||
keyUp("d");
|
||||
keyDown("w");
|
||||
await sleep(1450);
|
||||
keyUp("w");
|
||||
|
||||
log.info("已到达合成台旁");
|
||||
})();
|
||||
13
archive/js/TheTable/manifest.json
Normal file
13
archive/js/TheTable/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "传送到合成台",
|
||||
"version": "1.1",
|
||||
"description": "传送到枫丹合成台旁边,可搭配合成浓缩树脂",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Lix",
|
||||
"link": "https://github.com/iclae"
|
||||
}
|
||||
],
|
||||
"main": "main.js"
|
||||
}
|
||||
Reference in New Issue
Block a user