From c5a94f25ad7afa21cac74f2ae09096bf79cf882a Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 25 Dec 2022 18:50:31 +0800 Subject: [PATCH] 3.7.0 --- .env.local | 2 +- package.json | 2 +- themes/nobelium/LayoutBase.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.local b/.env.local index 38f32640..0c69e3c2 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.6.8 +NEXT_PUBLIC_VERSION=3.7.0 diff --git a/package.json b/package.json index c6eb0d28..51237fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.6.8", + "version": "3.7.0", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { diff --git a/themes/nobelium/LayoutBase.js b/themes/nobelium/LayoutBase.js index 1009b371..88f9b9c5 100644 --- a/themes/nobelium/LayoutBase.js +++ b/themes/nobelium/LayoutBase.js @@ -16,7 +16,7 @@ const LayoutBase = props => { const fullWidth = post?.fullWidth ?? false return ( -
+
{/* 顶部导航栏 */}