From bda4281fde23fa464b069eea6365747bf1896e91 Mon Sep 17 00:00:00 2001 From: RhenCloud Date: Wed, 17 Dec 2025 22:16:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=95=99=E8=A8=80?= =?UTF-8?q?=E6=9D=BF=E5=8A=9F=E8=83=BD=EF=BC=8C=E9=9B=86=E6=88=90=20Giscus?= =?UTF-8?q?=20=E8=AF=84=E8=AE=BA=E7=B3=BB=E7=BB=9F=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/FriendsSection.vue | 2 +- app/components/PageSwitcher.vue | 1 + app/components/ProjectsSection.vue | 2 - app/components/SitesSection.vue | 4 +- app/components/SitesSection_old.vue | 34 ------ app/components/SkillsSection.vue | 2 +- app/components/SocialLinks.vue | 2 +- app/components/StatsSection.vue | 2 +- app/config/siteConfig.ts | 30 +++-- app/pages/comments.vue | 68 +++++++++++ nuxt.config.ts | 14 +++ package.json | 1 + public/css/giscus.css | 167 ++++++++++++++++++++++++++++ 13 files changed, 276 insertions(+), 53 deletions(-) delete mode 100644 app/components/SitesSection_old.vue create mode 100644 app/pages/comments.vue create mode 100644 public/css/giscus.css diff --git a/app/components/FriendsSection.vue b/app/components/FriendsSection.vue index d59c47a..1a4affc 100644 --- a/app/components/FriendsSection.vue +++ b/app/components/FriendsSection.vue @@ -1,6 +1,6 @@