Add structure info link and configuration

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-04-20 11:46:52 -07:00
parent b180c8bb08
commit 7ce02a0468
6 changed files with 39 additions and 8 deletions

View File

@@ -8,7 +8,8 @@ const state = reactive({
fullscreen: false,
useExternal: 'optional',
siteDemo: false,
externalServerList: []
externalServerList: [],
infoUrl: false
})
const set = (config, confObj) => {
@@ -48,6 +49,7 @@ export default () => ({
getRegions: computed(() => state.enabledRegions),
getVersion: computed(() => state.version),
getIconSet: computed(() => state.regionIconSet),
getInfoUrl: computed(() => state.infoUrl),
set,
agree,
getServerList,