mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-07-28 12:22:17 +08:00
Compare commits
2 Commits
5036625207
...
a2f49a7bf6
Author | SHA1 | Date | |
---|---|---|---|
|
a2f49a7bf6 | ||
|
cee286e5fc |
@ -41,13 +41,13 @@ export default defineThemeConfig({
|
|||||||
feed: {
|
feed: {
|
||||||
json: true,
|
json: true,
|
||||||
},
|
},
|
||||||
comment: {
|
// comment: {
|
||||||
type: "giscus",
|
// type: "giscus",
|
||||||
repo: "Snailclimb/JavaGuide",
|
// repo: "Snailclimb/JavaGuide",
|
||||||
repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=",
|
// repoId: "MDEwOlJlcG9zaXRvcnkxMzI0NjQzOTU=",
|
||||||
category: "Announcements",
|
// category: "Announcements",
|
||||||
categoryId: "DIC_kwDOB-U_C84COYQF",
|
// categoryId: "DIC_kwDOB-U_C84COYQF",
|
||||||
},
|
// },
|
||||||
search: {
|
search: {
|
||||||
// https://v2.vuepress.vuejs.org/zh/reference/plugin/search.html
|
// https://v2.vuepress.vuejs.org/zh/reference/plugin/search.html
|
||||||
// 排除首页
|
// 排除首页
|
||||||
|
@ -5,7 +5,7 @@ tag:
|
|||||||
- MySQL
|
- MySQL
|
||||||
---
|
---
|
||||||
|
|
||||||
> 感谢**[WT-AHA](https://github.com/WT-AHA)** 对本人的完善,相关 PR:https://github.com/Snailclimb/JavaGuide/pull/1648 。
|
> 感谢[WT-AHA](https://github.com/WT-AHA)对本文的完善,相关 PR:https://github.com/Snailclimb/JavaGuide/pull/1648 。
|
||||||
|
|
||||||
## 何为索引?有什么作用?
|
## 何为索引?有什么作用?
|
||||||
|
|
||||||
|
10
package.json
10
package.json
@ -7,16 +7,16 @@
|
|||||||
"author": "Guide",
|
"author": "Guide",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vite-build": "vuepress-vite build docs",
|
"vite-build": "vuepress-vite build docs",
|
||||||
"vite-clean-serve": "vuepress-vite dev docs --clean-cache",
|
|
||||||
"vite-serve": "vuepress-vite dev docs",
|
"vite-serve": "vuepress-vite dev docs",
|
||||||
|
"vite-clean-serve": "vuepress-vite dev docs --clean-cache",
|
||||||
"webpack-build": "vuepress-webpack build docs",
|
"webpack-build": "vuepress-webpack build docs",
|
||||||
"webpack-clean-serve": "vuepress-webpack dev docs --clean-cache",
|
"webpack-clean-serve": "vuepress-webpack dev docs --clean-cache",
|
||||||
"webpack-serve": "vuepress-webpack dev docs"
|
"webpack-serve": "vuepress-webpack dev docs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vuepress-theme-hope": "2.0.0-beta.32",
|
"@vuepress/plugin-search": "^2.0.0-beta.38",
|
||||||
"vuepress-vite": "2.0.0-beta.37",
|
"vuepress-theme-hope": "^2.0.0-beta.36",
|
||||||
"vuepress-webpack": "2.0.0-beta.37",
|
"vuepress-vite": "2.0.0-beta.38",
|
||||||
"@vuepress/plugin-search": "^2.0.0-beta.37"
|
"vuepress-webpack": "2.0.0-beta.38"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user