From c3b0dcd6cf6c259ed80f416ef6c48fa0a2a314cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Wed, 27 Jul 2022 10:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ICP=20=E5=A4=87=E6=A1=88?= =?UTF-8?q?=20&=20=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .vscode/settings.json | 2 +- README.md | 1 + README_EN.md | 1 + css/mobile.css | 11 ++++ index.html | 30 +++++++---- js/main.js | 36 +++++++------ js/set.js | 114 ++++++++++++++++++------------------------ setting.json | 29 ++--------- 9 files changed, 104 insertions(+), 122 deletions(-) diff --git a/.gitignore b/.gitignore index 600d2d3..0de98fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.vscode \ No newline at end of file +/.vscode/* \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index f1289cf..ec88376 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5500 + "liveServer.settings.port": 8080 } \ No newline at end of file diff --git a/README.md b/README.md index 429b5f6..32c218c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ >由于 CDN 缓存原因,查看最新效果可能需要 `Ctrl` + `F5` 强制刷新浏览器缓存 - [無名の主页](https://www.imsyy.top) +- [無名の主页 - 备用线路](https://home.imsyy.top) ### 功能 diff --git a/README_EN.md b/README_EN.md index 471082e..9ffac06 100644 --- a/README_EN.md +++ b/README_EN.md @@ -13,6 +13,7 @@ Simple little homepage, had enough of the original one and made a new one >Due to CDN caching, you may need `Ctrl` + `F5` to force a browser cache refresh to see the latest results - [無名の主页](https://www.imsyy.top) +- [無名の主页 - 备用线路](https://home.imsyy.top) ### Functions diff --git a/css/mobile.css b/css/mobile.css index 3a34653..259d6c9 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -252,11 +252,22 @@ } +/*小于512px时*/ +@media (max-width: 512px) { + #made { + display: none; + } +} + /*小于390px时*/ @media (max-width: 390px) { .main-img img { display: none; } + + #beian { + display: none; + } } /* 大于568px时 */ diff --git a/index.html b/index.html index 6656f77..77ae1e4 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,13 @@ + - + @@ -36,7 +37,7 @@ src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-y/izitoast/1.4.0/js/iziToast.min.js"> - + @@ -100,7 +101,7 @@
Hello World !
一个建立于 21 世纪的小站,主域名正在备案中
+ id="change1">一个建立于 21 世纪的小站,存活于互联网的边缘
@@ -117,12 +118,13 @@ + + + - - - 通过这里联系我 @@ -470,12 +472,18 @@