fix(css): 更新背景图像链接为正常图像

This commit is contained in:
wood chen 2025-04-12 10:24:41 +08:00
parent 4f5f639108
commit bd1e91ada7

View File

@ -14,7 +14,7 @@ body::before {
left: 0;
width: 100%;
height: 100%;
background-image: url(https://random-api.czl.net/pic/all);
background-image: url(https://random-api.czl.net/pic/normal);
background-size: cover;
background-position: center;
z-index: -1;