diff --git a/README.md b/README.md index 0854ca1..429b5f6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 简单的小主页,原来的看够了,重新弄了一个

-![無名の主页](https://img.imsyy.top/other/imsyy-home.webp) +![無名の主页](https://s2.loli.net/2022/07/14/K5JigfvDoNewtuS.webp) >主页的 Logo 字体已经过压缩,若用本站 Logo 以外的字母会变回默认字体,这里是 [完整字体](https://file.imsyy.top/font/Pacifico-Regular.ttf) diff --git a/README_EN.md b/README_EN.md index 5d8cc53..471082e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -5,7 +5,7 @@ English | [Chinese](./README.md) Simple little homepage, had enough of the original one and made a new one

-![無名の主页](https://img.imsyy.top/other/imsyy-home.webp) +![無名の主页](https://s2.loli.net/2022/07/14/K5JigfvDoNewtuS.webp) >The logo font on the home page has been compressed, so if you use a font other than this logo, it will change back to the default font, Here is the [full font](https://file.imsyy.top/font/Pacifico-Regular.ttf) diff --git a/index.html b/index.html index afeefe4..6656f77 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@
Hello World !
一个建立于 21 世纪的小站,存活于互联网的边缘
+ id="change1">一个建立于 21 世纪的小站,主域名正在备案中
diff --git a/js/music.js b/js/music.js index 9aefa41..618b2a7 100644 --- a/js/music.js +++ b/js/music.js @@ -109,6 +109,12 @@ $.ajax({ $("#music-name").html($(".aplayer-title").text() + $(".aplayer-author").text()); }); + window.onkeydown = function (e) { + if (e.keyCode == 32) { + ap.toggle(); + } + } + /* 打开音乐列表 */ $('#music-open').on('click', function () { if ($(document).width() >= 990) { @@ -143,4 +149,4 @@ $.ajax({ }); }, 3800); } -}) +}) \ No newline at end of file