feat: add ALWAYS_SHOW_ANNOUNCEMENT option (#663)

This commit is contained in:
Dream Hunter
2025-06-09 19:06:49 +08:00
committed by GitHub
parent dec309a0fd
commit cc77bdf36d
15 changed files with 2140 additions and 1834 deletions

View File

@@ -14,6 +14,7 @@ export const useGlobalState = createGlobalState(
fetched: false,
title: '',
announcement: '',
alwaysShowAnnouncement: false,
prefix: '',
addressRegex: '',
needAuth: false,