From aaf61101e938c9e70d5fe8844937c1c394828f6b Mon Sep 17 00:00:00 2001 From: Jiaxin Peng <83734772+jxpeng98@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:46:58 +0100 Subject: [PATCH 1/9] Update custom.css --- public/css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 2c08e02e..d9b26a7a 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -2,4 +2,7 @@ #theme-fukasawa .sideLeft hr{ opacity: .04; -} \ No newline at end of file +} +.fa-info:before { + content: "\f05a"; +} From 10c69f63a06cefd3a57f20f3e9fc8bdf77de5903 Mon Sep 17 00:00:00 2001 From: hjwucc Date: Sat, 22 Jul 2023 00:59:02 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:nobelium=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=85=AC=E5=91=8A=E7=BD=AE=E9=A1=B6=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/nobelium/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/nobelium/index.js b/themes/nobelium/index.js index b58b2250..d9410924 100644 --- a/themes/nobelium/index.js +++ b/themes/nobelium/index.js @@ -101,7 +101,7 @@ const LayoutIndex = props => { * @returns */ const LayoutPostList = props => { - const { posts } = props + const { posts, topSlot } = props // 在列表中进行实时过滤 const [filterKey, setFilterKey] = useState('') @@ -118,6 +118,7 @@ const LayoutPostList = props => { return ( }> + {topSlot} {BLOG.POST_LIST_STYLE === 'page' ? : } ) From 1d85f099b012df7db702f3c24a8db6cb8039094c Mon Sep 17 00:00:00 2001 From: Jiaxin Peng <83734772+jxpeng98@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:56:45 +0100 Subject: [PATCH 3/9] Update SideRight.js fix the sideright bug of latest posts --- themes/heo/components/SideRight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/heo/components/SideRight.js b/themes/heo/components/SideRight.js index 376df833..ec1d4fb7 100644 --- a/themes/heo/components/SideRight.js +++ b/themes/heo/components/SideRight.js @@ -48,7 +48,7 @@ export default function SideRight(props) { {/* 最新文章列表 */} -