File tree Expand file tree Collapse file tree 10 files changed +4495
-2815
lines changed
high-quality-technical-articles Expand file tree Collapse file tree 10 files changed +4495
-2815
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ node_modules/
1010** /.vuepress /.temp /
1111# VuePress Output
1212dist /
13- # Build files
14- packages /* /lib /
1513traversal-folder-replace-string.py
1614format-markdown.py
15+
16+ .npmrc
1717package-lock.json
1818lintmd-config.json
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ export default hopeTheme({
1111 logo : "/logo.png" ,
1212 favicon : "/favicon.ico" ,
1313
14- iconAssets : "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css" ,
15-
1614 author : {
1715 name : "Guide" ,
1816 url : "https://javaguide.cn/article/" ,
@@ -78,6 +76,10 @@ export default hopeTheme({
7876 rss : true ,
7977 } ,
8078
79+ icon : {
80+ assets : "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css" ,
81+ } ,
82+
8183 search : {
8284 isSearchable : ( page ) => page . path !== "/" ,
8385 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 2121 },
2222 "dependencies" : {
2323 "@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 " ,
2626 "husky" : " 9.1.7" ,
27- "markdownlint-cli2" : " 0.16.0 " ,
27+ "markdownlint-cli2" : " 0.17.1 " ,
2828 "mathjax-full" : " 3.2.2" ,
2929 "nano-staged" : " 0.8.0" ,
3030 "prettier" : " 3.4.2" ,
31- "sass-embedded" : " 1.83.0 " ,
31+ "sass-embedded" : " 1.83.1 " ,
3232 "vue" : " ^3.5.13" ,
3333 "vuepress" : " 2.0.0-rc.19" ,
34- "vuepress-theme-hope" : " 2.0.0-rc.64 "
34+ "vuepress-theme-hope" : " 2.0.0-rc.68 "
3535 },
36- "packageManager" : " pnpm@9.15 .0"
36+ "packageManager" : " pnpm@10.0 .0"
3737}
You can’t perform that action at this time.
0 commit comments