From 29156249f0dcd1feb022ad638160bb40a51ea452 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 9 Feb 2023 14:54:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?3.9.6=20=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index bc05b1ef..e7302313 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.9.5 +NEXT_PUBLIC_VERSION=3.9.6 diff --git a/package.json b/package.json index 24bdccc5..514032aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.9.5", + "version": "3.9.6", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { From dc97d709b140a9fb1d9832c31201475db50138fe Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 9 Feb 2023 14:57:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?mermaid=20=E5=9B=BE=E6=A0=87=E5=B1=85?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index 0f8f5ad8..c8cf2ebf 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -2000,4 +2000,8 @@ code.language-mermaid { .code-toolbar{ @apply w-full shadow-md; +} + +.mermaid > { + margin: auto; } \ No newline at end of file