feat(global): Add custom data

This commit is contained in:
web@ppanel
2025-03-15 15:39:55 +07:00
parent bb3bd7b50c
commit 6dbebd152d
35 changed files with 138 additions and 5 deletions
+1
View File
@@ -16,6 +16,7 @@ export const useGlobalStore = create<GlobalStore>((set) => ({
site_logo: '',
keywords: '',
custom_html: '',
custom_data: '',
},
verify: {
turnstile_site_key: '',