luckyphoenix 2024.5.10 → 2024.5.12
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -4
- package/css/alist_wallpaper.css +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
***Bing Wallpaper***
|
2
|
-
**2024年05月
|
3
|
-
*[
|
4
|
-
![](https://www.bing.com/th?id=OHR.
|
5
|
-
![](https://www.bing.com/th?id=OHR.
|
2
|
+
**2024年05月12日 00:00:00 UTC+0800**
|
3
|
+
*[放牧和饲养,潘帕省草原上的雌性原驼和它新出生的宝宝,阿根廷 (© Gabriel Rojo/Minden Pictures)](https://www.bing.com/th?id=OHR.GuanacoMother_ZH-CN3856540256_UHD.jpg)*
|
4
|
+
![](https://www.bing.com/th?id=OHR.GuanacoMother_ZH-CN3856540256_UHD.jpg)
|
5
|
+
![](https://www.bing.com/th?id=OHR.GuanacoMother_ZH-CN3856540256_1080x1920.jpg)
|
package/css/alist_wallpaper.css
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
/* class="hope-ui-light" */
|
16
16
|
.hope-ui-light {
|
17
|
-
background-image: url(https://www.bing.com/th?id=OHR.
|
17
|
+
background-image: url(https://www.bing.com/th?id=OHR.GuanacoMother_ZH-CN3856540256_1920x1080.jpg); /* url(../bing/FHD.jpg) */
|
18
18
|
background-position: center;
|
19
19
|
background-attachment: fixed;
|
20
20
|
background-size: cover;
|
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
@media screen and (max-width:960px) {
|
26
26
|
.hope-ui-light {
|
27
|
-
background-image: url(https://www.bing.com/th?id=OHR.
|
27
|
+
background-image: url(https://www.bing.com/th?id=OHR.GuanacoMother_ZH-CN3856540256_1080x1920.jpg); /* url(../bing/mFHD.jpg) */
|
28
28
|
background-position: center;
|
29
29
|
background-attachment: fixed;
|
30
30
|
background-size: cover;
|