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 @@