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 @@ "深古瞭望所", "虹灵的净土", "昏识塔", - "荒废砌造坞" + "荒废砌造坞", + "霜凝的机枢", + "失落的月庭", + "无光的深都" ] } ]