luckyphoenix 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/css/alist_skin_v3.css +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年07月
|
|
3
|
-
*[
|
|
4
|
-
](https://www.bing.com/th?id=OHR.CorbettTigers_ZH-CN6927569938_UHD.jpg)*
|
|
4
|
+

|
|
5
|
+

|
package/css/alist_skin_v3.css
CHANGED
|
@@ -107,17 +107,17 @@ div svg.hope-icon {
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/*白天模式 搜索按钮+毛玻璃*/
|
|
110
|
-
.hope-ui-light .hope-modal__body button {
|
|
110
|
+
/* .hope-ui-light .hope-modal__body button {
|
|
111
111
|
background-color: rgba(255, 255, 255, 0.2) !important;
|
|
112
112
|
backdrop-filter: blur(5px) !important;
|
|
113
113
|
padding: var(--hope-space-1) !important;
|
|
114
|
-
}
|
|
114
|
+
} */
|
|
115
115
|
/*夜间模式 搜索按钮+毛玻璃*/
|
|
116
|
-
.hope-ui-dark .hope-modal__body button {
|
|
116
|
+
/* .hope-ui-dark .hope-modal__body button {
|
|
117
117
|
background-color: rgb(0 0 0 / 10%) !important;
|
|
118
118
|
backdrop-filter: blur(5px) !important;
|
|
119
119
|
padding: var(--hope-space-1) !important;
|
|
120
|
-
}
|
|
120
|
+
} */
|
|
121
121
|
|
|
122
122
|
/*鼠标悬浮 颜色*/
|
|
123
123
|
.left-toolbar-box svg:hover,
|
package/css/alist_wallpaper.css
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
url(https://wall.youtd.cc/bing.php), url(https://api.paugram.com/bing), url(https://baotangguo.cn:8081),
|
|
23
23
|
url(https://bing.img.run/1920x1080.php), url(https://api.timecdn.cn/libs/wallpaper/v1/?p=1920x1080),
|
|
24
24
|
url(https://api.dujin.org/bing/1920.php), url(https://www.yumus.cn/api/?target=img&brand=bing&ua=pc),
|
|
25
|
-
url(https://www.bing.com/th?id=OHR.
|
|
25
|
+
url(https://www.bing.com/th?id=OHR.CorbettTigers_ZH-CN6927569938_1920x1080.jpg), url(../bing/FHD.jpg);
|
|
26
26
|
background-position: center;
|
|
27
27
|
background-attachment: fixed;
|
|
28
28
|
background-size: cover;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
background-image:
|
|
36
36
|
url(https://bing.img.run/m.php), url(https://api.timecdn.cn/libs/wallpaper/v1/?p=1080x1920),
|
|
37
37
|
url(https://api.dujin.org/bing/m.php), url(https://www.yumus.cn/api/?target=img&brand=bing&ua=m),
|
|
38
|
-
url(https://www.bing.com/th?id=OHR.
|
|
38
|
+
url(https://www.bing.com/th?id=OHR.CorbettTigers_ZH-CN6927569938_1080x1920.jpg), url(../bing/mFHD.jpg);
|
|
39
39
|
background-position: center;
|
|
40
40
|
background-attachment: fixed;
|
|
41
41
|
background-size: cover;
|