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