feat: add option position for banner image (#106)

This commit is contained in:
Lry722
2024-06-10 02:03:57 +08:00
committed by GitHub
parent ce36ba37c5
commit 5868cddcb6
3 changed files with 9 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ export type SiteConfig = {
banner: {
enable: boolean
src: string
position?: string
}
favicon: Favicon[]