From 895a6b6f2b6ba576e30d064ccf7b8db3d9979aaf Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Tue, 13 May 2025 11:32:18 +0700 Subject: [PATCH] update --- bifrost.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/bifrost.json b/bifrost.json index d55d0b8..06f9317 100644 --- a/bifrost.json +++ b/bifrost.json @@ -9,40 +9,45 @@ "host_type": "local" }, "apps": [ + { + "key": "accountcenter", + "name": "AccountCenter", + "sort": 1 + }, { "key": "nextzenos", "name": "NextZenos", - "sort": 1 + "sort": 2 }, { "key": "nextdns", "name": "NextDNS", - "sort": 2 + "sort": 3 }, { "key": "nextcloud", "name": "NextCloud", - "sort": 3 + "sort": 4 }, { "key": "nextvpn", "name": "NextVPN", - "sort": 4 + "sort": 5 }, { "key": "nextnas", "name": "NextNAS", - "sort": 5 + "sort": 6 }, { "key": "nextweb", "name": "NextWeb", - "sort": 6 + "sort": 7 }, { "key": "nextfirewall", "name": "NextFirewall", - "sort": 7 + "sort": 8 } ], "required": "true",