From 503039df85fb238d6a57615dff5b58ddc9e06388 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 18 Oct 2023 17:10:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?HEO=20404=E9=A1=B5=E9=9D=A2=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/LatestPostsGroup.js | 2 +- themes/heo/index.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/heo/components/LatestPostsGroup.js b/themes/heo/components/LatestPostsGroup.js index cd836cee..2a6077aa 100644 --- a/themes/heo/components/LatestPostsGroup.js +++ b/themes/heo/components/LatestPostsGroup.js @@ -32,7 +32,7 @@ const LatestPostsGroup = ({ latestPosts, siteInfo }) => {
diff --git a/themes/heo/index.js b/themes/heo/index.js index 725834e8..5ffce600 100644 --- a/themes/heo/index.js +++ b/themes/heo/index.js @@ -392,7 +392,7 @@ const Layout404 = props => { return (
{/* 网页SEO */} @@ -424,7 +424,7 @@ const Layout404 = props => { unmount={false} > {/* 404卡牌 */} -
+
{/* 左侧动图 */} { {/* 右侧文字 */}
-

+

404

-
请尝试站内搜索寻找文章
+
请尝试站内搜索寻找文章
- From 6156c854bb43c33538d83e939e818710e40b19fd Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 18 Oct 2023 17:35:19 +0800 Subject: [PATCH 2/2] 4.0.16 --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index ad3056e7..5df7065b 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=4.0.15 \ No newline at end of file +NEXT_PUBLIC_VERSION=4.0.16 \ No newline at end of file diff --git a/package.json b/package.json index 690ff400..1c24ce6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.0.15", + "version": "4.0.16", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {