diff --git a/.env.local b/.env.local index ce96b790..618efc87 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.4 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.6.5 \ No newline at end of file diff --git a/package.json b/package.json index 6eb4edad..c9e3b948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.6.4", + "version": "3.6.5", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { diff --git a/themes/next/LayoutArchive.js b/themes/next/LayoutArchive.js index ce66e25f..3db36dbd 100644 --- a/themes/next/LayoutArchive.js +++ b/themes/next/LayoutArchive.js @@ -39,7 +39,7 @@ export const LayoutArchive = (props) => { return ( -
+
{Object.keys(archivePosts).map(archiveTitle => ( { const { allPosts, categories } = props const { locale } = useGlobal() return -
+
{locale.COMMON.CATEGORY}:
diff --git a/themes/next/LayoutTagIndex.js b/themes/next/LayoutTagIndex.js index d7fae64e..45100a9e 100644 --- a/themes/next/LayoutTagIndex.js +++ b/themes/next/LayoutTagIndex.js @@ -6,7 +6,7 @@ export const LayoutTagIndex = (props) => { const { tags } = props const { locale } = useGlobal() return -
+
{locale.COMMON.TAGS}:
{ tags.map(tag => { diff --git a/themes/next/components/BlogPostCard.js b/themes/next/components/BlogPostCard.js index 43ae9e65..e1bcd070 100644 --- a/themes/next/components/BlogPostCard.js +++ b/themes/next/components/BlogPostCard.js @@ -86,7 +86,7 @@ const BlogPostCard = ({ post, showSummary }) => {
- + {locale.COMMON.ARTICLE_DETAIL} diff --git a/themes/next/components/Footer.js b/themes/next/components/Footer.js index cb83aebe..3e90a5f5 100644 --- a/themes/next/components/Footer.js +++ b/themes/next/components/Footer.js @@ -14,7 +14,7 @@ const Footer = ({ title }) => { return (