feat: add SHOW_GITHUB config (#372)

This commit is contained in:
Dream Hunter
2024-08-04 14:36:24 +08:00
committed by GitHub
parent 10da337a9c
commit 979b6eae1a

View File

@@ -25,6 +25,7 @@ export const useGlobalState = createGlobalState(
cfTurnstileSiteKey: '',
enableWebhook: false,
isS3Enabled: false,
showGithub: false,
})
const settings = ref({
fetched: false,