diff --git a/themes/magzine/index.js b/themes/magzine/index.js index b34db0b3298..1f0881f7fc3 100644 --- a/themes/magzine/index.js +++ b/themes/magzine/index.js @@ -1,9 +1,11 @@ import AlgoliaSearchModal from '@/components/AlgoliaSearchModal' import Comment from '@/components/Comment' +import { AdSlot } from '@/components/GoogleAdsense' import LoadingCover from '@/components/LoadingCover' import replaceSearchResult from '@/components/Mark' import NotionPage from '@/components/NotionPage' import ShareBar from '@/components/ShareBar' +import WWAds from '@/components/WWAds' import { siteConfig } from '@/lib/config' import { useGlobal } from '@/lib/global' import { isBrowser } from '@/lib/utils' @@ -173,6 +175,9 @@ const LayoutSlug = props => { return ( <>
+ {/* 广告位 */} + + {/* 文章锁 */} {lock && } @@ -205,6 +210,8 @@ const LayoutSlug = props => { {/* 上一篇下一篇 */} + + {/* 评论区 */} @@ -243,6 +250,10 @@ const LayoutSlug = props => {
+
+ +
+ {/* 底部留白 */}