+
{containerSlot}
-
+
{
*/
const LayoutSlug = props => {
const { post, lock, validPassword } = props
+ const { fullWidth } = useGlobal()
+ const headerSlot = fullWidth ? null :
- return ( } showCategory={false} showTag={false} floatRightBottom={ }>
+ return ( }>
-
+
{/* 文章主体卡片 */}
-
+
{lock && }
@@ -221,7 +223,7 @@ const LayoutSlug = props => {
{/* Notion文章主体 */}
-
+
{post && }