From 918ce299f7b4a3c39e6d71a794fd75bfd81476b9 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 12 Jul 2023 10:11:36 +0800 Subject: [PATCH 1/3] landing hero w.c. --- themes/landing/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/landing/config.js b/themes/landing/config.js index c9075d42..1d40f070 100644 --- a/themes/landing/config.js +++ b/themes/landing/config.js @@ -8,7 +8,7 @@ const CONFIG = { // 首页大图英雄板块 HERO_TITLE_1: 'NotionNext', - HERO_P_1: '快速搭建独立站、轻松放大您的品牌价值!', + HERO_P_1: '快速搭建独立站、轻松放大品牌价值!', HERO_BUTTON_1_TEXT: '开始体验', HERO_BUTTON_1_LINK: 'https://docs.tangly1024.com/article/vercel-deploy-notion-next', HERO_BUTTON_2_TEXT: '了解更多', From 665ee6be561f8410e3764e48b0f036c282656cf7 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 12 Jul 2023 10:18:00 +0800 Subject: [PATCH 2/3] theme plog pt mobile --- themes/plog/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/plog/index.js b/themes/plog/index.js index 007004a9..43844a92 100644 --- a/themes/plog/index.js +++ b/themes/plog/index.js @@ -68,7 +68,7 @@ const LayoutBase = props => {
{/* 主区 */} -
+
Date: Wed, 12 Jul 2023 10:23:58 +0800 Subject: [PATCH 3/3] theme-plog-header-click-area --- themes/plog/components/Nav.js | 45 +++++++++++++++-------------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/themes/plog/components/Nav.js b/themes/plog/components/Nav.js index 6fdd2709..36987abb 100644 --- a/themes/plog/components/Nav.js +++ b/themes/plog/components/Nav.js @@ -9,37 +9,30 @@ import Collapse from '@/components/Collapse' import { MenuItemCollapse } from './MenuItemCollapse' const Header = props => { - const { navBarTitle, fullWidth, siteInfo } = props + const { fullWidth, siteInfo } = props + + const title = siteInfo?.title + return
@@ -82,7 +75,7 @@ const NavBar = props => {
- {links?.map(link => collapseRef.current?.updateCollapseHeight(param)}/>)} + {links?.map(link => collapseRef.current?.updateCollapseHeight(param)} />)}