From 2245387c22779cfd1dce3ec482245251fe559aff Mon Sep 17 00:00:00 2001 From: anime Date: Mon, 16 Dec 2024 17:03:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=BB=E5=8A=A0BlogPostList=E5=A4=B4?= =?UTF-8?q?=E5=B0=BE=E5=B9=BF=E5=91=8A=E5=9D=97):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/BlogPostListPage.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/heo/components/BlogPostListPage.js b/themes/heo/components/BlogPostListPage.js index 9c33a6943e9..ebbbd4e31a5 100644 --- a/themes/heo/components/BlogPostListPage.js +++ b/themes/heo/components/BlogPostListPage.js @@ -4,6 +4,7 @@ import CONFIG from '../config' import BlogPostCard from './BlogPostCard' import BlogPostListEmpty from './BlogPostListEmpty' import PaginationNumber from './PaginationNumber' +import { AdSlot } from '@/components/GoogleAdsense' /** * 文章列表分页表格 @@ -24,6 +25,7 @@ const BlogPostListPage = ({ page = 1, posts = [], postCount, siteInfo }) => { } else { return (
+ {/* 文章列表 */}
@@ -36,6 +38,7 @@ const BlogPostListPage = ({ page = 1, posts = [], postCount, siteInfo }) => { /> ))}
+ {showPagination && (