feat: add configurable Status menu button (#851)

This commit is contained in:
Dream Hunter
2026-03-03 12:58:49 +08:00
committed by GitHub
parent 4ef4c0d938
commit f55e8c9818
8 changed files with 31 additions and 2 deletions
+1
View File
@@ -38,6 +38,7 @@ export const useGlobalState = createGlobalState(
showGithub: true,
disableAdminPasswordCheck: false,
enableAddressPassword: false,
statusUrl: '',
})
const settings = ref({
fetched: false,