主题配置文件Notion化

This commit is contained in:
tangly1024.com
2023-11-07 14:52:21 +08:00
parent e084053098
commit f2e2ae8d5f
118 changed files with 570 additions and 528 deletions

View File

@@ -45,7 +45,7 @@ const LayoutBase = props => {
<CommonHead meta={meta}/>
<Style/>
{CONFIG.TOP_BAR && <TopBar {...props} />}
{siteConfig('SIMPLE_TOP_BAR', null, CONFIG) && <TopBar {...props} />}
{/* 顶部LOGO */}
<Header {...props} />