feat: add NO_LIMIT_SEND_ROLE (#373)

This commit is contained in:
Dream Hunter
2024-08-04 21:02:11 +08:00
committed by GitHub
parent 979b6eae1a
commit 9246550cc5
10 changed files with 54 additions and 18 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const useGlobalState = createGlobalState(
cfTurnstileSiteKey: '',
enableWebhook: false,
isS3Enabled: false,
showGithub: false,
showGithub: true,
})
const settings = ref({
fetched: false,