Merge pull request #909 from tangly1024/fix/animation

Fix/animation
This commit is contained in:
tangly1024
2023-03-24 12:32:23 +08:00
committed by GitHub
68 changed files with 1335 additions and 772 deletions

View File

@@ -49,7 +49,7 @@ const Slug = props => {
})
}
}
}, 8 * 1000) // 404时长
}, 8 * 1000) // 404时长 8秒
const meta = { title: `${props?.siteInfo?.title || BLOG.TITLE} | loading`, image: siteInfo?.pageCover || BLOG.HOME_BANNER_IMAGE }
return <ThemeComponents.LayoutSlug {...props} showArticleInfo={true} meta={meta} />
}