feat(platform): Update platform naming and add keywords and custom HTML fields

This commit is contained in:
web@ppanel
2025-02-22 23:35:30 +07:00
parent 557c5cdc29
commit 6384237782
4 changed files with 13 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ export const useGlobalStore = create<GlobalStore>((set) => ({
site_name: '',
site_desc: '',
site_logo: '',
keywords: '',
custom_html: '',
},
verify: {
turnstile_site_key: '',