1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

Compare commits

..

No commits in common. "a2f49a7bf6219243e7651a1421571fcc63bb9d28" and "50366252077700450ee04f0cf88dd93563257d3b" have entirely different histories.

3 changed files with 13 additions and 13 deletions

View File

@ -41,13 +41,13 @@ export default defineThemeConfig({
feed: {
json: true,
},
// comment: {
// type: "giscus",
// repo: "Snailclimb/JavaGuide",
// repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=",
// category: "Announcements",
// categoryId: "DIC_kwDOB-U_C84COYQF",
// },
comment: {
type: "giscus",
repo: "Snailclimb/JavaGuide",
repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=",
category: "Announcements",
categoryId: "DIC_kwDOB-U_C84COYQF",
},
search: {
// https://v2.vuepress.vuejs.org/zh/reference/plugin/search.html
// 排除首页

View File

@ -5,7 +5,7 @@ tag:
- MySQL
---
> 感谢[WT-AHA](https://github.com/WT-AHA)对本文的完善,相关 PRhttps://github.com/Snailclimb/JavaGuide/pull/1648 。
> 感谢**[WT-AHA](https://github.com/WT-AHA)** 对本人的完善,相关 PRhttps://github.com/Snailclimb/JavaGuide/pull/1648 。
## 何为索引?有什么作用?

View File

@ -7,16 +7,16 @@
"author": "Guide",
"scripts": {
"vite-build": "vuepress-vite build docs",
"vite-serve": "vuepress-vite dev docs",
"vite-clean-serve": "vuepress-vite dev docs --clean-cache",
"vite-serve": "vuepress-vite dev docs",
"webpack-build": "vuepress-webpack build docs",
"webpack-clean-serve": "vuepress-webpack dev docs --clean-cache",
"webpack-serve": "vuepress-webpack dev docs"
},
"devDependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.38",
"vuepress-theme-hope": "^2.0.0-beta.36",
"vuepress-vite": "2.0.0-beta.38",
"vuepress-webpack": "2.0.0-beta.38"
"vuepress-theme-hope": "2.0.0-beta.32",
"vuepress-vite": "2.0.0-beta.37",
"vuepress-webpack": "2.0.0-beta.37",
"@vuepress/plugin-search": "^2.0.0-beta.37"
}
}