perf: optimizing page transition (#178)

* perf: optimizing page transition

* fix: minor fixes
This commit is contained in:
saica.go
2024-09-13 20:14:03 +08:00
committed by GitHub
parent f5ad1c643d
commit f0754cae3f
9 changed files with 149 additions and 78 deletions

View File

@@ -13,7 +13,7 @@ export type SiteConfig = {
banner: {
enable: boolean
src: string
position?: string
position?: 'top' | 'center' | 'bottom'
credit: {
enable: boolean
text: string