From 979b6eae1a8284c1cd862cd4a39daf4d06f94695 Mon Sep 17 00:00:00 2001 From: Dream Hunter Date: Sun, 4 Aug 2024 14:36:24 +0800 Subject: [PATCH] feat: add SHOW_GITHUB config (#372) --- frontend/src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index 377506d0..a74bbe9b 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -25,6 +25,7 @@ export const useGlobalState = createGlobalState( cfTurnstileSiteKey: '', enableWebhook: false, isS3Enabled: false, + showGithub: false, }) const settings = ref({ fetched: false,