mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: option to control whether site visitors can change the theme color (#28)
* chore: rebase onto main branch * fix: rename the option --------- Co-authored-by: saicaca <zephyird@gmail.com>
This commit is contained in:
@@ -4,7 +4,10 @@ export type SiteConfig = {
|
||||
|
||||
lang: string
|
||||
|
||||
themeHue: number
|
||||
themeColor: {
|
||||
hue: number
|
||||
fixed: boolean
|
||||
}
|
||||
banner: {
|
||||
enable: boolean
|
||||
src: string
|
||||
|
||||
Reference in New Issue
Block a user