From f3feaf499ac3991cb701ddab68b4f434867beae6 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Mon, 5 Feb 2024 08:58:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=20=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=88=97=E8=A1=A8=E9=A1=B5=20=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/components/Blog.vue | 13 +- theme/src/client/components/BlogAside.vue | 153 +------------------- theme/src/client/components/BlogNav.vue | 129 +++++++++++++++++ theme/src/client/components/BlogProfile.vue | 61 ++++++++ theme/src/client/components/PageMeta.vue | 14 +- theme/src/client/components/PostItem.vue | 29 ++-- theme/src/client/components/PostList.vue | 1 - theme/src/client/composables/index.ts | 2 +- theme/src/node/plugins.ts | 2 +- theme/src/shared/options/plugins.ts | 4 +- 10 files changed, 239 insertions(+), 169 deletions(-) create mode 100644 theme/src/client/components/BlogNav.vue create mode 100644 theme/src/client/components/BlogProfile.vue diff --git a/theme/src/client/components/Blog.vue b/theme/src/client/components/Blog.vue index f9dc3289..a4f268eb 100644 --- a/theme/src/client/components/Blog.vue +++ b/theme/src/client/components/Blog.vue @@ -1,18 +1,22 @@