mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
commit
a46f5a9383
@ -70,9 +70,9 @@ export default hopeTheme({
|
|||||||
mdEnhance: {
|
mdEnhance: {
|
||||||
align: true,
|
align: true,
|
||||||
codetabs: true,
|
codetabs: true,
|
||||||
container: true,
|
|
||||||
figure: true,
|
figure: true,
|
||||||
gfm: true,
|
gfm: true,
|
||||||
|
hint: true,
|
||||||
include: {
|
include: {
|
||||||
resolvePath: (file, cwd) => {
|
resolvePath: (file, cwd) => {
|
||||||
if (file.startsWith("@"))
|
if (file.startsWith("@"))
|
||||||
|
16
package.json
16
package.json
@ -20,19 +20,19 @@
|
|||||||
"markdownlint"
|
"markdownlint"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.9.2",
|
"packageManager": "pnpm@8.11.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vuepress/client": "2.0.0-beta.67",
|
"@vuepress/client": "2.0.0-rc.0",
|
||||||
"@vuepress/plugin-search": "2.0.0-beta.67",
|
"@vuepress/plugin-search": "2.0.0-rc.0",
|
||||||
"@vuepress/utils": "2.0.0-beta.67",
|
"@vuepress/utils": "2.0.0-rc.0",
|
||||||
"husky": "8.0.3",
|
"husky": "8.0.3",
|
||||||
"markdownlint-cli": "0.37.0",
|
"markdownlint-cli": "0.37.0",
|
||||||
"mathjax-full": "3.2.2",
|
"mathjax-full": "3.2.2",
|
||||||
"nano-staged": "0.8.0",
|
"nano-staged": "0.8.0",
|
||||||
"nodejs-jieba": "0.0.2",
|
"nodejs-jieba": "0.0.2",
|
||||||
"prettier": "3.0.3",
|
"prettier": "3.1.0",
|
||||||
"vue": "3.3.7",
|
"vue": "3.3.9",
|
||||||
"vuepress": "2.0.0-beta.67",
|
"vuepress": "2.0.0-rc.0",
|
||||||
"vuepress-theme-hope": "2.0.0-beta.241"
|
"vuepress-theme-hope": "2.0.0-rc.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3272
pnpm-lock.yaml
generated
3272
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user