From f29a5401ed94726f4d957b67bc24c3ea881167e5 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Wed, 25 Feb 2026 19:20:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=90=84=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=A4=BE?= =?UTF-8?q?=E4=BA=A4=E9=93=BE=E6=8E=A5=E6=BB=9A=E5=8A=A8=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/AboutSection.vue | 12 +-- app/components/FriendsSection.vue | 20 ++-- app/components/GithubSection.vue | 2 +- app/components/HeroSection.vue | 6 +- app/components/PageSwitcher.vue | 2 +- app/components/ProjectsSection.vue | 4 +- app/components/SitesSection.vue | 2 +- app/components/SkillsSection.vue | 6 +- app/components/SocialLinks.vue | 156 +++++++++++++++++++++++++++-- app/config/siteConfig.ts | 29 +++++- app/pages/comments.vue | 62 ++++++------ app/styles.global.css | 12 ++- 12 files changed, 239 insertions(+), 74 deletions(-) diff --git a/app/components/AboutSection.vue b/app/components/AboutSection.vue index 764ad4c..e4f6bab 100644 --- a/app/components/AboutSection.vue +++ b/app/components/AboutSection.vue @@ -1,12 +1,12 @@