diff --git a/repo/js/AutoCatherine/assets/枫丹凯瑟琳.json b/repo/js/AutoCatherine/assets/枫丹凯瑟琳.json index 0da20f2c..89f0c2ab 100644 --- a/repo/js/AutoCatherine/assets/枫丹凯瑟琳.json +++ b/repo/js/AutoCatherine/assets/枫丹凯瑟琳.json @@ -12,17 +12,17 @@ "id": 1, "x": 4509.96044921875, "y": 3630.826904296875, - "type": "teleport", + "action": "", "move_mode": "walk", - "action": "" + "type": "teleport" }, { "id": 2, - "x": 4496.73193359375, - "y": 3638.144287109375, - "type": "path", + "x": 4495.000794515572, + "y": 3639.75, + "action": "", "move_mode": "walk", - "action": "" + "type": "path" } ] } \ No newline at end of file diff --git a/repo/js/AutoCatherine/manifest.json b/repo/js/AutoCatherine/manifest.json index 59da9f52..e21ab747 100644 --- a/repo/js/AutoCatherine/manifest.json +++ b/repo/js/AutoCatherine/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动找凯瑟琳", - "version": "1.0", + "version": "1.1", "description": "去找凯瑟琳(基于路径追踪)", "authors": [ { diff --git a/repo/js/Autopermission/main.js b/repo/js/Autopermission/main.js index 924955e6..4fecc460 100644 --- a/repo/js/Autopermission/main.js +++ b/repo/js/Autopermission/main.js @@ -5,9 +5,9 @@ log.info("请确保执行脚本时处于主界面"); keyPress("VK_F2") - await sleep(500); + await sleep(1000); click(330,1010) //点击世界权限 - await sleep(500); + await sleep(1000); let domainName = settings.domainName; switch (domainName) { diff --git a/repo/js/Autopermission/manifest.json b/repo/js/Autopermission/manifest.json index fe9c0ebb..717277f7 100644 --- a/repo/js/Autopermission/manifest.json +++ b/repo/js/Autopermission/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动设置权限", - "version": "1.0", + "version": "1.1", "description": "设置进入世界的权限,默认锁门", "authors": [ {