diff --git a/.env.local b/.env.local index 490200b3..4d7893db 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.11.0 +NEXT_PUBLIC_VERSION=3.11.1 diff --git a/components/Tabs.js b/components/Tabs.js index 36305069..4e834b93 100644 --- a/components/Tabs.js +++ b/components/Tabs.js @@ -51,7 +51,7 @@ const Tabs = ({ className, children }) => { {children.map((item, index) => { return
diff --git a/package.json b/package.json index d3d82615..7c6f6737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.11.0", + "version": "3.11.1", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { diff --git a/styles/globals.css b/styles/globals.css index de157173..69097839 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -204,7 +204,7 @@ nav { } .nobelium .notion-code{ - @apply max-w-2xl; + /* @apply max-w-2xl; */ } .next #announcement-content *{ diff --git a/themes/fukasawa/components/BlogCard.js b/themes/fukasawa/components/BlogCard.js index 333d19b9..9882ee94 100644 --- a/themes/fukasawa/components/BlogCard.js +++ b/themes/fukasawa/components/BlogCard.js @@ -22,7 +22,7 @@ const BlogCard = ({ post, showSummary, siteInfo }) => { {post.title} diff --git a/themes/fukasawa/components/Card.js b/themes/fukasawa/components/Card.js index 2cd01cbe..82446d9d 100644 --- a/themes/fukasawa/components/Card.js +++ b/themes/fukasawa/components/Card.js @@ -1,7 +1,7 @@ const Card = ({ children, headerSlot, className }) => { return
{ if (post?.blockMap) { return
{
{ data-aos="zoom-in" data-aos-duration="300" data-aos-easing="ease-in-out" - data-aos-once="false" + data-aos-once="true" data-aos-anchor-placement="top-bottom" className="w-full mb-4 h-full overflow-auto drop-shadow-md border dark:border-black rounded-xl bg-white dark:bg-hexo-black-gray"> diff --git a/themes/medium/components/BlogPostCard.js b/themes/medium/components/BlogPostCard.js index 2f9155ec..ff990d12 100644 --- a/themes/medium/components/BlogPostCard.js +++ b/themes/medium/components/BlogPostCard.js @@ -14,7 +14,7 @@ const BlogPostCard = ({ post, showSummary }) => {
{ return
<>{headerSlot} diff --git a/themes/next/components/PaginationNumber.js b/themes/next/components/PaginationNumber.js index c805b8a8..5a73c8eb 100644 --- a/themes/next/components/PaginationNumber.js +++ b/themes/next/components/PaginationNumber.js @@ -18,7 +18,7 @@ const PaginationNumber = ({ page, totalPage }) => { return (
{ return (
{