hexo-custom-menu-apart

This commit is contained in:
tangly1024
2023-03-20 08:15:06 +08:00
parent a64e3d3dce
commit 9db5ba7011
5 changed files with 90 additions and 46 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} />
}