mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: allow user to customize favicon (#47)
* feat: add basic custom favicon feature * add auto-switch icon * revert to the original setting `false`
This commit is contained in:
@@ -9,6 +9,15 @@ export type SiteConfig = {
|
||||
enable: boolean
|
||||
src: string
|
||||
}
|
||||
|
||||
favicon: {
|
||||
enable: boolean
|
||||
size: string
|
||||
src: {
|
||||
light: string
|
||||
dark: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export enum LinkPreset {
|
||||
|
||||
Reference in New Issue
Block a user