vuepress-plugin-md-power 1.0.0-rc.125 → 1.0.0-rc.126
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.
|
@@ -157,4 +157,44 @@ onUnmounted(() => {
|
|
|
157
157
|
transition: box-shadow var(--vp-t-color);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
+
|
|
161
|
+
.vp-artplayer .art-video-player .art-subtitle {
|
|
162
|
+
z-index: 12;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.vp-artplayer .art-video-player .art-danmuku {
|
|
166
|
+
z-index: 13;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.vp-artplayer .art-video-player .art-layers {
|
|
170
|
+
z-index: 14;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.vp-artplayer .art-video-player .art-mask {
|
|
174
|
+
z-index: 15;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.vp-artplayer .art-video-player .art-bottom {
|
|
178
|
+
z-index: 16;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.vp-artplayer .art-video-player .art-loading {
|
|
182
|
+
z-index: 17;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.vp-artplayer .art-video-player .art-notice {
|
|
186
|
+
z-index: 18;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.vp-artplayer .art-video-player .art-settings {
|
|
190
|
+
z-index: 19;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.vp-artplayer .art-video-player .art-info {
|
|
194
|
+
z-index: 20;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.vp-artplayer .art-video-player .art-contextmenu {
|
|
198
|
+
z-index: 21;
|
|
199
|
+
}
|
|
160
200
|
</style>
|
|
@@ -202,11 +202,11 @@ function onTabNavClick(index: number): void {
|
|
|
202
202
|
padding: 16px;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.vp-doc .vp-tab :nth-child(2) {
|
|
205
|
+
.vp-doc .vp-tab > :nth-child(2) {
|
|
206
206
|
margin-top: 0;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
.vp-doc .vp-tab :last-child {
|
|
209
|
+
.vp-doc .vp-tab > :last-child {
|
|
210
210
|
margin-bottom: 0;
|
|
211
211
|
}
|
|
212
212
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vuepress-plugin-md-power",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-rc.
|
|
4
|
+
"version": "1.0.0-rc.126",
|
|
5
5
|
"description": "The Plugin for VuePress 2 - markdown power",
|
|
6
6
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dashjs": "^4.7.4",
|
|
36
36
|
"hls.js": "^1.5.18",
|
|
37
37
|
"markdown-it": "^14.0.0",
|
|
38
|
-
"mpegts.js": "
|
|
38
|
+
"mpegts.js": "1.7.3",
|
|
39
39
|
"vuepress": "2.0.0-rc.19"
|
|
40
40
|
},
|
|
41
41
|
"peerDependenciesMeta": {
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"@mdit/plugin-tab": "^0.14.0",
|
|
65
65
|
"@mdit/plugin-tasklist": "^0.14.0",
|
|
66
66
|
"@vuepress/helper": "2.0.0-rc.66",
|
|
67
|
-
"@vueuse/core": "^12.
|
|
67
|
+
"@vueuse/core": "^12.3.0",
|
|
68
68
|
"image-size": "^1.2.0",
|
|
69
69
|
"local-pkg": "^0.5.1",
|
|
70
70
|
"markdown-it-container": "^4.0.0",
|
|
71
71
|
"nanoid": "^5.0.9",
|
|
72
|
-
"shiki": "^1.
|
|
73
|
-
"tm-grammars": "^1.
|
|
74
|
-
"tm-themes": "^1.9.
|
|
72
|
+
"shiki": "^1.26.1",
|
|
73
|
+
"tm-grammars": "^1.22.1",
|
|
74
|
+
"tm-themes": "^1.9.7",
|
|
75
75
|
"vue": "^3.5.13"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"artplayer": "^5.2.1",
|
|
80
80
|
"dashjs": "^4.7.4",
|
|
81
81
|
"hls.js": "^1.5.18",
|
|
82
|
-
"mpegts.js": "
|
|
82
|
+
"mpegts.js": "1.7.3"
|
|
83
83
|
},
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|