luckyphoenix 1.0.3 → 1.0.5
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_v2.css +219 -219
- package/css/alist_skin_v3.css +8 -7
- package/css/alist_wallpaper.css +2 -2
- package/css/colorful.css +26 -26
- package/css/font-awesome.css +2947 -2947
- package/css/lxgw-style.css +1 -1
- package/js/Meting2.min.js +1 -0
- package/js/alist_skin.js +33 -33
- package/package.json +1 -1
- package/js/yaml/js-yaml.js +0 -3874
- package/js/yaml/js-yaml.min.js +0 -2
- package/js/yaml/js-yaml.mjs +0 -3851
- /package/js/{jquery-3.6.0.min.js → jquery.min.js} +0 -0
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.AlstromPoint_ZH-CN7844819126_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.AlstromPoint_ZH-CN7844819126_1080x1920.jpg), url(../bing/mFHD.jpg);
|
39
39
|
background-position: center;
|
40
40
|
background-attachment: fixed;
|
41
41
|
background-size: cover;
|
package/css/colorful.css
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
#momk {
|
2
|
-
|
3
|
-
|
2
|
+
animation: change 10s infinite;
|
3
|
+
font-weight: 800;
|
4
4
|
}
|
5
5
|
|
6
6
|
@keyframes change {
|
7
|
-
|
8
|
-
|
9
|
-
|
7
|
+
0% {
|
8
|
+
color: #5cb85c
|
9
|
+
}
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
25% {
|
12
|
+
color: #556bd8
|
13
|
+
}
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
50% {
|
16
|
+
color: #e40707
|
17
|
+
}
|
18
18
|
|
19
|
-
|
20
|
-
|
21
|
-
|
19
|
+
75% {
|
20
|
+
color: #66e616
|
21
|
+
}
|
22
22
|
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
100% {
|
24
|
+
color: #67bd31
|
25
|
+
}
|
26
26
|
}
|
27
27
|
|
28
28
|
/*渐变背景CSS*/
|
29
29
|
#canvas-basic {
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
30
|
+
position: fixed;
|
31
|
+
display: block;
|
32
|
+
width: 100%;
|
33
|
+
height: 100%;
|
34
|
+
top: 0;
|
35
|
+
right: 0;
|
36
|
+
bottom: 0;
|
37
|
+
left: 0;
|
38
|
+
z-index: -999;
|
39
39
|
}
|
40
40
|
|
41
41
|
/* <!-- 渐变背景初始化,如果要使用渐变背景把下面的那一行注释去掉即可-->
|