From 2a4318a04d94cd8681580ec529fbedf72ce4de9d Mon Sep 17 00:00:00 2001 From: Pysio Date: Thu, 2 Jan 2025 15:42:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=B2=A1?= =?UTF-8?q?=E6=9C=892025=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/components/console.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/components/console.vue b/src/.vuepress/components/console.vue index 61b0b238..394b42de 100644 --- a/src/.vuepress/components/console.vue +++ b/src/.vuepress/components/console.vue @@ -2,7 +2,7 @@ export default { mounted() { console.log(` - Pysio Home Powered by VuePress Hope 2024 + Pysio Home Powered by VuePress Hope 2024 - 2025 Created by Pysio & NekoXii Strel1zia & Stuffed Cat `); }