Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
azure2870 authored Nov 25, 2024
1 parent 2fdc40a commit bc52a48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/main.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;",
Expand Down

0 comments on commit bc52a48

Please sign in to comment.