Merge pull request #759 from tangly1024/feat-mermaid

Feat mermaid
This commit is contained in:
tangly1024
2023-02-09 14:59:52 +08:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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": {

View File

@@ -2000,4 +2000,8 @@ code.language-mermaid {
.code-toolbar{
@apply w-full shadow-md;
}
.mermaid > {
margin: auto;
}