mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 23:16:52 +00:00
主题配置文件Notion化
This commit is contained in:
@@ -33,7 +33,7 @@ const SideAreaLeft = props => {
|
||||
<div className='pt-2 px-2 font-sans'>
|
||||
<MenuList allowCollapse={true} {...props} />
|
||||
</div>
|
||||
{CONFIG.MENU_SEARCH && <div className='px-2 pt-2 font-sans'>
|
||||
{siteConfig('NEXT_MENU_SEARCH', null, CONFIG) && <div className='px-2 pt-2 font-sans'>
|
||||
<SearchInput {...props} />
|
||||
</div>}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user