From 387228a83858030fa71203986f6b2d65b39b8c5e Mon Sep 17 00:00:00 2001 From: huan_kong <49610758+huankong233@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:19:52 +0800 Subject: [PATCH 1/2] Update defaultOptions.ts --- theme/src/node/defaultOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/src/node/defaultOptions.ts b/theme/src/node/defaultOptions.ts index ee82d529..be3b3d20 100644 --- a/theme/src/node/defaultOptions.ts +++ b/theme/src/node/defaultOptions.ts @@ -5,7 +5,7 @@ export const defaultLocaleOption: Partial = { notes: { link: '/note', dir: 'notes', notes: [] }, footer: { message: - 'Power by vuepress & vuepress-theme-plume', + 'Power by VuePress & vuepress-theme-plume', }, appearance: true, // page meta From c803cd814451d327560c71a72cc52ba8d64eb6a9 Mon Sep 17 00:00:00 2001 From: huan_kong <49610758+huankong233@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:40:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=90=9C=E7=B4=A2=E6=A1=86=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/components/Nav/NavBarSearch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/src/client/components/Nav/NavBarSearch.vue b/theme/src/client/components/Nav/NavBarSearch.vue index b2325296..884a07cb 100644 --- a/theme/src/client/components/Nav/NavBarSearch.vue +++ b/theme/src/client/components/Nav/NavBarSearch.vue @@ -48,11 +48,11 @@ .DocSearch-Button { display: flex; - justify-content: center; + justify-content: center !important; align-items: center; margin: 0; padding: 0; - width: 32px; + width: 36px; height: 55px; background: transparent; transition: border-color 0.25s;