mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 15:10:11 +00:00
Hexo: 背景图
This commit is contained in:
@@ -34,7 +34,7 @@ export default function SideRight (props) {
|
||||
</Card>
|
||||
)}
|
||||
{CONFIG_HEXO.WIDGET_LATEST_POSTS && latestPosts && latestPosts.length > 0 && <Card>
|
||||
<LatestPostsGroup posts={latestPosts} />
|
||||
<LatestPostsGroup posts={latestPosts} {...props} />
|
||||
</Card>}
|
||||
|
||||
<div className='sticky top-20'>
|
||||
|
||||
Reference in New Issue
Block a user