File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ export default defineThemeConfig({
41
41
feed : {
42
42
json : true ,
43
43
} ,
44
- comment : {
45
- type : "giscus" ,
46
- repo : "Snailclimb/JavaGuide" ,
47
- repoId : "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=" ,
48
- category : "Announcements" ,
49
- categoryId : "DIC_kwDOB-U_C84COYQF" ,
50
- } ,
44
+ // comment: {
45
+ // type: "giscus",
46
+ // repo: "Snailclimb/JavaGuide",
47
+ // repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=",
48
+ // category: "Announcements",
49
+ // categoryId: "DIC_kwDOB-U_C84COYQF",
50
+ // },
51
51
search : {
52
52
// https://v2.vuepress.vuejs.org/zh/reference/plugin/search.html
53
53
// 排除首页
Original file line number Diff line number Diff line change 7
7
"author" : " Guide" ,
8
8
"scripts" : {
9
9
"vite-build" : " vuepress-vite build docs" ,
10
- "vite-clean-serve" : " vuepress-vite dev docs --clean-cache" ,
11
10
"vite-serve" : " vuepress-vite dev docs" ,
11
+ "vite-clean-serve" : " vuepress-vite dev docs --clean-cache" ,
12
12
"webpack-build" : " vuepress-webpack build docs" ,
13
13
"webpack-clean-serve" : " vuepress-webpack dev docs --clean-cache" ,
14
14
"webpack-serve" : " vuepress-webpack dev docs"
15
15
},
16
16
"devDependencies" : {
17
- "vuepress-theme-hope " : " 2.0.0-beta.32 " ,
18
- "vuepress-vite " : " 2.0.0-beta.37 " ,
19
- "vuepress-webpack " : " 2.0.0-beta.37 " ,
20
- "@ vuepress/plugin-search " : " ^ 2.0.0-beta.37 "
17
+ "@ vuepress/plugin-search " : " ^ 2.0.0-beta.38 " ,
18
+ "vuepress-theme-hope " : " ^ 2.0.0-beta.36 " ,
19
+ "vuepress-vite " : " 2.0.0-beta.38 " ,
20
+ "vuepress-webpack " : " 2.0.0-beta.38 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments