File tree 10 files changed +4495
-2815
lines changed
high-quality-technical-articles
10 files changed +4495
-2815
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ node_modules/
10
10
** /.vuepress /.temp /
11
11
# VuePress Output
12
12
dist /
13
- # Build files
14
- packages /* /lib /
15
13
traversal-folder-replace-string.py
16
14
format-markdown.py
15
+
16
+ .npmrc
17
17
package-lock.json
18
18
lintmd-config.json
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ export default hopeTheme({
11
11
logo : "/logo.png" ,
12
12
favicon : "/favicon.ico" ,
13
13
14
- iconAssets : "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css" ,
15
-
16
14
author : {
17
15
name : "Guide" ,
18
16
url : "https://javaguide.cn/article/" ,
@@ -78,6 +76,10 @@ export default hopeTheme({
78
76
rss : true ,
79
77
} ,
80
78
79
+ icon : {
80
+ assets : "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css" ,
81
+ } ,
82
+
81
83
search : {
82
84
isSearchable : ( page ) => page . path !== "/" ,
83
85
maxSuggestions : 10 ,
File renamed without changes.
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"@vuepress/bundler-vite" : " 2.0.0-rc.19" ,
24
- "@vuepress/plugin-feed" : " 2.0.0-rc.66 " ,
25
- "@vuepress/plugin-search" : " 2.0.0-rc.66 " ,
24
+ "@vuepress/plugin-feed" : " 2.0.0-rc.70 " ,
25
+ "@vuepress/plugin-search" : " 2.0.0-rc.70 " ,
26
26
"husky" : " 9.1.7" ,
27
- "markdownlint-cli2" : " 0.16.0 " ,
27
+ "markdownlint-cli2" : " 0.17.1 " ,
28
28
"mathjax-full" : " 3.2.2" ,
29
29
"nano-staged" : " 0.8.0" ,
30
30
"prettier" : " 3.4.2" ,
31
- "sass-embedded" : " 1.83.0 " ,
31
+ "sass-embedded" : " 1.83.1 " ,
32
32
"vue" : " ^3.5.13" ,
33
33
"vuepress" : " 2.0.0-rc.19" ,
34
- "vuepress-theme-hope" : " 2.0.0-rc.64 "
34
+ "vuepress-theme-hope" : " 2.0.0-rc.68 "
35
35
},
36
- "packageManager" : " pnpm@9.15 .0"
36
+ "packageManager" : " pnpm@10.0 .0"
37
37
}
You can’t perform that action at this time.
0 commit comments