From e3f79a8db692bd8d1129aef93dbf459168ac34cc Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 25 Mar 2024 13:26:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(theme):=20=E4=BF=AE=E5=A4=8D=E6=9C=80?= =?UTF-8?q?=E5=90=8E=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E5=AF=BC=E8=87=B4=E7=9A=84SSR=E6=B0=B4=E5=90=88?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/components/Page.vue | 48 ++++++++++------------ theme/src/client/components/PageFooter.vue | 24 +++-------- theme/src/client/composables/page.ts | 46 ++++++++++++++------- theme/src/node/defaultOptions.ts | 11 +++-- theme/src/shared/options/locale.ts | 26 ++++++++++-- 5 files changed, 91 insertions(+), 64 deletions(-) diff --git a/theme/src/client/components/Page.vue b/theme/src/client/components/Page.vue index 9a7528b4..4332b59d 100644 --- a/theme/src/client/components/Page.vue +++ b/theme/src/client/components/Page.vue @@ -34,42 +34,38 @@ onContentUpdated(() => zoom?.refresh())