From cb3e39289989ddd32aa4d1106f7f3b2ec2f973ff Mon Sep 17 00:00:00 2001 From: Kisechan Date: Wed, 5 Mar 2025 18:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=87=92=E5=8A=A0=E8=BD=BD=20GitHub=20?= =?UTF-8?q?=E8=B4=A1=E7=8C=AE=E5=9B=BE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=8F=90=E7=A4=BA=EF=BC=8C=E4=BC=98=E5=8C=96=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E5=93=8D=E5=BA=94=E5=BC=8F=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 101c02b..f615775 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -14,7 +14,9 @@

My Github Contributions

-
+
+

Loading...

+
@@ -52,18 +54,23 @@ @@ -94,11 +101,12 @@ onMounted(() => { color: #303133; margin: 0 10px; font-size: 24px; - transition: color 0.3s ease; + transition: color 0.3s ease, transform 0.3s ease; } .social-icons a:hover { color: rgb(159.5, 206.5, 255); + transform: scale(1.2); } .social-icons {