From acb70fba133e904af4cc6372dd9634caf887b99f Mon Sep 17 00:00:00 2001 From: bling-yshs <41812674+bling-yshs@users.noreply.github.com> Date: Sat, 5 Apr 2025 13:07:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=A0=E9=80=81=E5=B9=B6=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=A7=98=E5=A2=83=E6=B7=BB=E5=8A=A0=E8=8D=92=E5=BA=9F?= =?UTF-8?q?=E7=A0=8C=E9=80=A0=E5=9D=9E=20(#526)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoDomain/main.js | 5 +++++ repo/js/AutoDomain/manifest.json | 2 +- repo/js/AutoDomain/settings.json | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/repo/js/AutoDomain/main.js b/repo/js/AutoDomain/main.js index 080780f6..ed4c66d8 100644 --- a/repo/js/AutoDomain/main.js +++ b/repo/js/AutoDomain/main.js @@ -256,6 +256,11 @@ "description": "Domain", "name": "昏识塔", "position": [-93.67, 0, 3015.46] + }, + { + "description": "Domain", + "name": "荒废砌造坞", + "position": [-3378.5, 0, 10535.5] } ] diff --git a/repo/js/AutoDomain/manifest.json b/repo/js/AutoDomain/manifest.json index a525fed1..def20aab 100644 --- a/repo/js/AutoDomain/manifest.json +++ b/repo/js/AutoDomain/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "传送并自动秘境", - "version": "1.5", + "version": "1.6", "description": "BetterGI自带脚本,用于传送后并执行自动秘境。秘境中角色死亡复活后继续回去战斗。", "authors": [ { diff --git a/repo/js/AutoDomain/settings.json b/repo/js/AutoDomain/settings.json index 7a6f12c8..84124bbd 100644 --- a/repo/js/AutoDomain/settings.json +++ b/repo/js/AutoDomain/settings.json @@ -32,7 +32,8 @@ "蕴火的幽墟", "深古瞭望所", "虹灵的净土", - "昏识塔" + "昏识塔", + "荒废砌造坞" ] } -] \ No newline at end of file +]