File tree Expand file tree Collapse file tree 3 files changed +3458
-6249
lines changed
Expand file tree Collapse file tree 3 files changed +3458
-6249
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,28 @@ export default hopeTheme({
5151
5252 plugins : {
5353 blog : true ,
54+
5455 copyright : {
5556 author : "JavaGuide(javaguide.cn)" ,
5657 license : "MIT" ,
5758 triggerLength : 100 ,
5859 maxLength : 700 ,
5960 canonical : "https://javaguide.cn/" ,
60- global :true
61+ global : true ,
62+ } ,
63+
64+ feed : {
65+ atom : true ,
66+ json : true ,
67+ rss : true ,
6168 } ,
69+
6270 mdEnhance : {
6371 align : true ,
6472 codetabs : true ,
6573 container : true ,
6674 figure : true ,
75+ gfm : true ,
6776 include : {
6877 resolvePath : ( file , cwd ) => {
6978 if ( file . startsWith ( "@" ) )
@@ -78,10 +87,5 @@ export default hopeTheme({
7887 } ,
7988 tasklist : true ,
8089 } ,
81- feed : {
82- atom : true ,
83- json : true ,
84- rss : true ,
85- } ,
8690 } ,
8791} ) ;
Original file line number Diff line number Diff line change 1010 "docs:dev" : " vuepress dev docs" ,
1111 "docs:clean-dev" : " vuepress dev docs --clean-cache" ,
1212 "lint" : " prettier --check --write . && markdownlint docs/**/*.md" ,
13- "prepare" : " husky install"
13+ "prepare" : " husky install" ,
14+ "update" : " pnpm dlx vp-update"
1415 },
1516 "nano-staged" : {
1617 ".ts,.scss" : " prettier --write" ,
1920 " markdownlint"
2021 ]
2122 },
22- "packageManager" : " pnpm@8.6.0 " ,
23+ "packageManager" : " pnpm@8.9.2 " ,
2324 "dependencies" : {
2425 "@vuepress/client" : " 2.0.0-beta.67" ,
2526 "@vuepress/plugin-search" : " 2.0.0-beta.67" ,
2627 "@vuepress/utils" : " 2.0.0-beta.67" ,
2728 "husky" : " 8.0.3" ,
28- "markdownlint-cli" : " 0.34.0" ,
29+ "markdownlint-cli" : " 0.37.0" ,
30+ "mathjax-full" : " 3.2.2" ,
2931 "nano-staged" : " 0.8.0" ,
3032 "nodejs-jieba" : " 0.0.2" ,
31- "prettier" : " 2.8.8 " ,
32- "vue" : " 3.3.4 " ,
33+ "prettier" : " 3.0.3 " ,
34+ "vue" : " 3.3.7 " ,
3335 "vuepress" : " 2.0.0-beta.67" ,
34- "vuepress-theme-hope" : " 2.0.0-beta.236 "
36+ "vuepress-theme-hope" : " 2.0.0-beta.241 "
3537 }
3638}
You can’t perform that action at this time.
0 commit comments