mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
hexo 主题支持全屏文章,隐藏侧边组件
This commit is contained in:
@@ -38,6 +38,12 @@ export default function SideRight(props) {
|
||||
} = props
|
||||
|
||||
const { locale } = useGlobal()
|
||||
|
||||
// 文章全屏处理
|
||||
if (post && post?.fullWidth) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<div id='sideRight' className={'space-y-4 lg:w-80 lg:pt-0 px-2 pt-4'}>
|
||||
<InfoCard {...props} />
|
||||
|
||||
Reference in New Issue
Block a user