From bc52a48d2f8f752e3341702321d0035edb5625c8 Mon Sep 17 00:00:00 2001 From: azure2870 <166139622+azure2870@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:04:32 +0800 Subject: [PATCH] Update main.js --- static/main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/main.js b/static/main.js index 6c126a2..4ca8a9e 100644 --- a/static/main.js +++ b/static/main.js @@ -1,7 +1,7 @@ var windowWidth = $(window).width(); layer.config({ - extend: "kzhomepage/style.css", //加载扩展样式 - skin: "layer-ext-kzhomepage", + extend: "homepage/style.css", //加载扩展样式 + skin: "layer-ext-homepage", }); // Nav buttons @@ -38,8 +38,8 @@ $(".kz-nav-btn").on("click", function () { console.log( "\n" + - " %c KZHomePage v1.2.0 by kaygb " + - " %c https://blog.170601.xyz/archives/25.html " + + " %c HomePage v1.2.0 by azure2870 " + + " %c https://github.com/azure2870/homepage/ " + "\n" + "\n", "color: #fff; background: #fd79a8; padding:5px 0;",