q78kgblog 0.0.0-1718505959635 → 0.0.0-1718974576243
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/404.html +12 -12
- package/about/index.html +15 -15
- package/archives/2023/02/index.html +12 -12
- package/archives/2023/04/index.html +12 -12
- package/archives/2023/05/index.html +12 -12
- package/archives/2023/08/index.html +12 -12
- package/archives/2023/09/index.html +12 -12
- package/archives/2023/index.html +12 -12
- package/archives/2024/01/index.html +12 -12
- package/archives/2024/02/index.html +12 -12
- package/archives/2024/index.html +12 -12
- package/archives/index.html +12 -12
- package/atom.xml +9 -9
- package/baidusitemap.xml +14 -14
- package/bangumis/index.html +12 -12
- package/bigpie/index.html +12 -12
- package/categories/Hexo/index.html +12 -12
- package/categories/index.html +12 -12
- package/categories//345/271/264/347/273/210/346/200/273/347/273/223/index.html +12 -12
- package/categories//347/264/240/346/235/220/index.html +12 -12
- package/categories//351/227/262/350/201/212/346/235/202/350/260/210/index.html +12 -12
- package/content.json +1 -1
- package/css/ariasakablog.css +3402 -2365
- package/css/commentBarrage.css +15 -8
- package/css/danmaku.css +51 -34
- package/css/iconfont.css +3 -3
- package/fcircle/index.html +16 -16
- package/fontawesome/index.html +12 -12
- package/index.html +21 -21
- package/js/aplayersave.js +90 -90
- package/js/baiduhistory.js +1 -1
- package/js/dist/baiduhistory.dev.js +1 -1
- package/js/people.js +1 -1
- package/links/index.html +14 -14
- package/othersite/index.html +12 -12
- package/owo.json +1 -1
- package/package.json +1 -1
- package/posts/164ef646/index.html +16 -16
- package/posts/228c2ef8/index.html +16 -16
- package/posts/a9a6c1fb/index.html +16 -16
- package/posts/c262e439/index.html +16 -16
- package/posts/c81531cf/index.html +16 -16
- package/posts/ccdf7cfc/index.html +16 -16
- package/posts/de1f83f4/index.html +16 -16
- package/posts/e54f7476/index.html +16 -16
- package/random.html +4 -4
- package/sitemap.txt +4 -4
- package/sitemap.xml +66 -66
- package/sw.js +1 -1
- package/tags/AI/index.html +13 -13
- package/tags/Butterfly/index.html +13 -13
- package/tags/Cloudflare/index.html +13 -13
- package/tags/DiffSinger/index.html +13 -13
- package/tags/Hexo/index.html +13 -13
- package/tags/Next/index.html +13 -13
- package/tags/RAID/index.html +13 -13
- package/tags/Vercel/index.html +13 -13
- package/tags/Workers/index.html +13 -13
- package/tags/index.html +13 -13
- package/tags//344/270/273/351/242/230/index.html +13 -13
- package/tags//345/206/231/344/275/234/index.html +13 -13
- package/tags//345/245/263/346/200/247/346/204/217/350/257/206/index.html +13 -13
- package/tags//345/255/246/344/271/240/index.html +13 -13
- package/tags//345/256/266/351/207/214/344/272/221/index.html +13 -13
- package/tags//345/271/264/347/273/210/346/200/273/347/273/223/index.html +13 -13
- package/tags//346/212/230/350/205/276/index.html +13 -13
- package/tags//346/227/245/345/270/270/index.html +13 -13
- package/tags//346/234/215/345/212/241/345/231/250/index.html +13 -13
- package/tags//346/265/252/346/275/256/index.html +13 -13
- package/tags//347/256/200/347/210/261/index.html +13 -13
- package/tags//350/207/252/345/212/250/346/240/207/346/263/250/index.html +13 -13
- package/tags//350/256/272/346/226/207/index.html +13 -13
- package/tags//350/260/267/346/255/214/347/277/273/350/257/221/index.html +13 -13
- package/tags//350/264/237/350/275/275/345/235/207/350/241/241/index.html +13 -13
- package/tags//351/207/221/345/217/245/index.html +13 -13
- package/tags//351/255/224/346/224/271/index.html +13 -13
package/css/commentBarrage.css
CHANGED
@@ -1,26 +1,29 @@
|
|
1
1
|
/* .comment-barrage {
|
2
|
-
|
2
|
+
|
3
3
|
display: flex;
|
4
4
|
flex-direction: column;
|
5
5
|
justify-content: end;
|
6
6
|
align-items: flex-end;
|
7
7
|
} */
|
8
|
-
.barrageswiper{
|
8
|
+
.barrageswiper {
|
9
9
|
position: fixed;
|
10
10
|
margin: 0 0 30px 10px;
|
11
11
|
z-index: 100;
|
12
12
|
bottom: 10px;
|
13
13
|
right: 55px;
|
14
14
|
}
|
15
|
+
|
15
16
|
@media screen and (max-width: 768px) {
|
16
17
|
.comment-barrage {
|
17
18
|
display: none;
|
18
19
|
}
|
19
20
|
}
|
20
|
-
|
21
|
+
|
22
|
+
.comment-barrage .swiper-slide {
|
21
23
|
position: relative;
|
22
24
|
width: 250px;
|
23
25
|
}
|
26
|
+
|
24
27
|
.comment-barrage-item {
|
25
28
|
position: absolute;
|
26
29
|
bottom: 5px;
|
@@ -99,13 +102,17 @@
|
|
99
102
|
.comment-barrage-item .barrageContent::-webkit-scrollbar-button {
|
100
103
|
display: none;
|
101
104
|
}
|
102
|
-
|
103
|
-
|
105
|
+
|
106
|
+
.barrageContent:not(.barrageContent:hover),
|
107
|
+
.barrageNick:not(.barrageNick:hover) {
|
108
|
+
color: var(--global-font-color) !important;
|
104
109
|
}
|
105
|
-
|
110
|
+
|
111
|
+
.barrageswiper {
|
106
112
|
height: 150px;
|
107
113
|
}
|
108
|
-
|
114
|
+
|
115
|
+
.comment-barrage-item p {
|
109
116
|
line-height: 1.2;
|
110
|
-
|
117
|
+
|
111
118
|
}
|
package/css/danmaku.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
#danmaku-container{
|
1
|
+
#danmaku-container {
|
2
2
|
width: 100%;
|
3
3
|
height: 400px;
|
4
4
|
/*background: url("https://markdown-img-1303371957.cos.ap-nanjing.myqcloud.com/dora/201704_C.png");*/
|
@@ -9,7 +9,7 @@
|
|
9
9
|
position: relative;
|
10
10
|
}
|
11
11
|
|
12
|
-
#danmaku-container .danmaku{
|
12
|
+
#danmaku-container .danmaku {
|
13
13
|
position: absolute;
|
14
14
|
padding: 8px;
|
15
15
|
background: rgba(0, 0, 0, 0.9);
|
@@ -21,69 +21,86 @@
|
|
21
21
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
22
22
|
min-width: 100px;
|
23
23
|
}
|
24
|
-
|
24
|
+
|
25
|
+
#danmaku-container .danmaku.out {
|
25
26
|
opacity: 0;
|
26
27
|
}
|
27
|
-
|
28
|
-
|
28
|
+
|
29
|
+
@keyframes danmakuIn {
|
30
|
+
0% {
|
29
31
|
transform: scale(0.1);
|
30
|
-
}
|
31
|
-
|
32
|
+
}
|
33
|
+
|
34
|
+
,
|
35
|
+
100% {
|
32
36
|
transform: scale(1.0);
|
33
37
|
}
|
34
38
|
}
|
35
39
|
|
36
40
|
|
37
41
|
|
38
|
-
#danmaku-container .danmaku .danmakuHead{
|
42
|
+
#danmaku-container .danmaku .danmakuHead {
|
39
43
|
height: 30px;
|
40
44
|
padding: 4px 0;
|
41
45
|
line-height: 18px;
|
42
46
|
font-size: 12px;
|
43
|
-
border-bottom: 1px solid rgba(255,255,255,0.3);
|
44
|
-
|
45
|
-
|
47
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
48
|
+
display: flex;
|
49
|
+
justify-content: space-between;
|
46
50
|
}
|
47
|
-
|
51
|
+
|
52
|
+
#danmaku-container .danmaku .danmakuAvatar {
|
48
53
|
width: 16px;
|
49
54
|
height: 16px;
|
50
55
|
margin: 0;
|
51
56
|
border-radius: 50%;
|
52
57
|
}
|
53
|
-
|
58
|
+
|
59
|
+
#danmaku-container .danmaku .danmakuContent {
|
54
60
|
font-size: 14px;
|
55
61
|
}
|
56
|
-
|
57
|
-
|
62
|
+
|
63
|
+
.danmaku {
|
64
|
+
flex-direction: row !important;
|
58
65
|
}
|
59
|
-
|
60
|
-
|
66
|
+
|
67
|
+
.danmakuHead {
|
68
|
+
border: none !important;
|
61
69
|
}
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
padding
|
70
|
+
|
71
|
+
.danmaku {
|
72
|
+
height: 30px;
|
73
|
+
padding: 4px !important;
|
74
|
+
padding-top: 2px !important;
|
66
75
|
}
|
67
|
-
|
76
|
+
|
77
|
+
.danmakuContent {
|
68
78
|
overflow: hidden;
|
69
79
|
}
|
70
|
-
|
71
|
-
|
72
|
-
|
80
|
+
|
81
|
+
.danmakuNick {
|
82
|
+
word-break: keep-all;
|
83
|
+
white-space: nowrap;
|
84
|
+
}
|
85
|
+
|
86
|
+
.danmakuContent {
|
73
87
|
transform: translateY(-2px);
|
74
88
|
}
|
75
|
-
|
76
|
-
|
89
|
+
|
90
|
+
.danmaku {
|
91
|
+
transition: all 15s !important;
|
77
92
|
}
|
78
|
-
|
93
|
+
|
94
|
+
.danmaku * {
|
79
95
|
flex-shrink: 0;
|
80
96
|
}
|
97
|
+
|
81
98
|
#danmaku-container {
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
99
|
+
position: fixed;
|
100
|
+
z-index: 114514;
|
101
|
+
width: 100%;
|
102
|
+
height: 100%;
|
103
|
+
left: 0;
|
104
|
+
top: 0;
|
88
105
|
pointer-events: none;
|
89
106
|
}
|
package/css/iconfont.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: "iconfont";
|
3
|
-
src: url('https://cdn.
|
4
|
-
url('https://cdn.
|
5
|
-
url('https://cdn.
|
3
|
+
src: url('https://cdn.cbd.int/q78kgblog/css/iconfont.woff2') format('woff2'),
|
4
|
+
url('https://cdn.cbd.int/q78kgblog/css/iconfont.woff') format('woff'),
|
5
|
+
url('https://cdn.cbd.int/q78kgblog/css/iconfont.ttf') format('truetype');
|
6
6
|
}
|
7
7
|
|
8
8
|
.iconfont {
|