mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 23:16:48 +00:00
Merge pull request #3472 from qixing-jk/feat/expiry-reminder
feat(ArticleExpirationNotice): implement ArticleExpirationNotice comp…
This commit is contained in:
@@ -43,6 +43,7 @@ import SideRight from './components/SideRight'
|
||||
import CONFIG from './config'
|
||||
import { Style } from './style'
|
||||
import AISummary from '@/components/AISummary'
|
||||
import ArticleExpirationNotice from '@/components/ArticleExpirationNotice'
|
||||
|
||||
/**
|
||||
* 基础布局 采用上中下布局,移动端使用顶部侧边导航栏
|
||||
@@ -307,7 +308,8 @@ const LayoutSlug = props => {
|
||||
<section
|
||||
className='wow fadeInUp p-5 justify-center mx-auto'
|
||||
data-wow-delay='.2s'>
|
||||
<AISummary aiSummary={post.aiSummary}/>
|
||||
<ArticleExpirationNotice post={post} />
|
||||
<AISummary aiSummary={post.aiSummary} />
|
||||
<WWAds orientation='horizontal' className='w-full' />
|
||||
{post && <NotionPage post={post} />}
|
||||
<WWAds orientation='horizontal' className='w-full' />
|
||||
|
||||
Reference in New Issue
Block a user