From c17d91e8464a08a13245b521ea963181f2ac7f41 Mon Sep 17 00:00:00 2001 From: SwanLee20 <2751538829@qq.com> Date: Mon, 15 Sep 2025 21:26:08 +0800 Subject: [PATCH] Add files via upload (#1915) --- repo/js/AutoDomain/main.js | 17 +++++++++++++++++ repo/js/AutoDomain/manifest.json | 5 ++++- repo/js/AutoDomain/settings.json | 5 ++++- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/repo/js/AutoDomain/main.js b/repo/js/AutoDomain/main.js index ed4c66d87..93ee44bf0 100644 --- a/repo/js/AutoDomain/main.js +++ b/repo/js/AutoDomain/main.js @@ -261,6 +261,23 @@ "description": "Domain", "name": "荒废砌造坞", "position": [-3378.5, 0, 10535.5] + }, + + + { + "description": "Domain", + "name": "霜凝的机枢", + "position": [3150.53, 0, 9375.39] + }, + { + "description": "Domain", + "name": "失落的月庭", + "position": [1936.05, 0, 10828.34] + }, + { + "description": "Domain", + "name": "无光的深都", + "position": [1832.2, 0, 9967.05] } ] diff --git a/repo/js/AutoDomain/manifest.json b/repo/js/AutoDomain/manifest.json index 64ee2b1a7..db69bb37c 100644 --- a/repo/js/AutoDomain/manifest.json +++ b/repo/js/AutoDomain/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "传送并自动秘境", - "version": "1.6", + "version": "1.7", "description": "BetterGI自带脚本,用于传送后并执行自动秘境。秘境中角色死亡复活后继续回去战斗。", "authors": [ { @@ -10,6 +10,9 @@ }, { "name": "iris" + }, + { + "name": "霁" } ], "settings_ui": "settings.json", diff --git a/repo/js/AutoDomain/settings.json b/repo/js/AutoDomain/settings.json index 84124bbde..7236d41a7 100644 --- a/repo/js/AutoDomain/settings.json +++ b/repo/js/AutoDomain/settings.json @@ -33,7 +33,10 @@ "深古瞭望所", "虹灵的净土", "昏识塔", - "荒废砌造坞" + "荒废砌造坞", + "霜凝的机枢", + "失落的月庭", + "无光的深都" ] } ]