Add files via upload
This commit is contained in:
14
repo/js/Condensed Resin/main.js
Normal file
14
repo/js/Condensed Resin/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
|
||||
keyPress("F");
|
||||
await sleep(3000);
|
||||
click(960, 540);
|
||||
await sleep(1000);
|
||||
click(1750, 1010);
|
||||
await sleep(5000);
|
||||
click(975, 900);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
|
||||
log.info("已完成合成浓缩树脂");
|
||||
})();
|
||||
12
repo/js/Condensed Resin/manifest.json
Normal file
12
repo/js/Condensed Resin/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "合成浓缩树脂",
|
||||
"version": "1.0",
|
||||
"description": "用于合成浓缩树脂",
|
||||
"authors": [
|
||||
{
|
||||
"name": "鹤望兰",
|
||||
}
|
||||
],
|
||||
"main": "main.js",
|
||||
}
|
||||
Reference in New Issue
Block a user