File tree Expand file tree Collapse file tree 5 files changed +304
-298
lines changed Expand file tree Collapse file tree 5 files changed +304
-298
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- yarnPath : .yarn/releases/yarn-4.6.0.cjs
1
+ enableStrictSsl : false
2
+
2
3
npmRegistryServer : " https://registry.npmmirror.com"
4
+
3
5
unsafeHttpWhitelist :
4
- - " registry.npmmirror.com"
5
- enableStrictSsl : false
6
+ - registry.npmmirror.com
7
+
8
+ yarnPath : .yarn/releases/yarn-4.7.0.cjs
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ export default defineUserConfig({
45
45
json : true ,
46
46
rss : true ,
47
47
} ,
48
- mdEnhancePlugin ( {
48
+ mdEnhancePlugin : {
49
49
// 启用 mermaid
50
50
mermaid : true ,
51
- } )
51
+ }
52
52
}
53
53
} ) ,
54
54
} ) ;
Original file line number Diff line number Diff line change 12
12
"sass" : " ^1.85.0" ,
13
13
"sass-loader" : " ^16.0.5" ,
14
14
"vuepress" : " ^v2.0.0-rc.20" ,
15
+ "vuepress-plugin-md-enhance" : " ^2.0.0-rc.72" ,
15
16
"webpack" : " ^5.0.0"
16
17
},
17
18
"scripts" : {
23
24
"vue" : " ^3.3.0" ,
24
25
"vuepress-theme-hope" : " ^v2.0.0-rc.73"
25
26
},
26
- "packageManager" : " yarn@4.6 .0"
27
+ "packageManager" : " yarn@4.7 .0"
27
28
}
Original file line number Diff line number Diff line change @@ -9256,6 +9256,7 @@ __metadata:
9256
9256
sass-loader : " npm:^16.0.5"
9257
9257
vue : " npm:^3.3.0"
9258
9258
vuepress : " npm:^v2.0.0-rc.20"
9259
+ vuepress-plugin-md-enhance : " npm:^2.0.0-rc.72"
9259
9260
vuepress-theme-hope : " npm:^v2.0.0-rc.73"
9260
9261
webpack : " npm:^5.0.0"
9261
9262
languageName : unknown
@@ -9755,7 +9756,7 @@ __metadata:
9755
9756
languageName : node
9756
9757
linkType : hard
9757
9758
9758
- " vuepress-plugin-md-enhance@npm:2.0.0-rc.72 " :
9759
+ " vuepress-plugin-md-enhance@npm:2.0.0-rc.72, vuepress-plugin-md-enhance@npm:^2.0.0-rc.72 " :
9759
9760
version : 2.0.0-rc.72
9760
9761
resolution : " vuepress-plugin-md-enhance@npm:2.0.0-rc.72"
9761
9762
dependencies :
You can’t perform that action at this time.
0 commit comments