mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
perf: optimizing page transition (#178)
* perf: optimizing page transition * fix: minor fixes
This commit is contained in:
@@ -13,7 +13,7 @@ export type SiteConfig = {
|
||||
banner: {
|
||||
enable: boolean
|
||||
src: string
|
||||
position?: string
|
||||
position?: 'top' | 'center' | 'bottom'
|
||||
credit: {
|
||||
enable: boolean
|
||||
text: string
|
||||
|
||||
Reference in New Issue
Block a user