Update deps
This commit is contained in:
parent
0185c6a687
commit
7f71d55b62
12
package.json
12
package.json
@ -11,17 +11,17 @@
|
|||||||
"docs:update-package": "pnpm dlx vp-update"
|
"docs:update-package": "pnpm dlx vp-update"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/bundler-vite": "2.0.0-rc.18",
|
"@vuepress/bundler-vite": "2.0.0-rc.19",
|
||||||
"sass-embedded": "^1.81.0",
|
"sass-embedded": "^1.83.4",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.13",
|
||||||
"vuepress": "2.0.0-rc.18",
|
"vuepress": "2.0.0-rc.19",
|
||||||
"vuepress-theme-hope": "2.0.0-rc.59"
|
"vuepress-theme-hope": "2.0.0-rc.68"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "22.11.0"
|
"node": "22.11.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"katex": "^0.16.11",
|
"@vuepress/plugin-slimsearch": "2.0.0-rc.61",
|
||||||
"vuepress-plugin-search-pro": "2.0.0-rc.59"
|
"katex": "^0.16.20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2239
pnpm-lock.yaml
generated
2239
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -10,9 +10,6 @@ export default hopeTheme({
|
|||||||
url: "https://github.com/szhhwh/",
|
url: "https://github.com/szhhwh/",
|
||||||
},
|
},
|
||||||
|
|
||||||
// icon
|
|
||||||
iconAssets: "fontawesome",
|
|
||||||
|
|
||||||
logo: "/logo.png",
|
logo: "/logo.png",
|
||||||
logoDark: '/logo-dark.png',
|
logoDark: '/logo-dark.png',
|
||||||
|
|
||||||
@ -30,29 +27,21 @@ export default hopeTheme({
|
|||||||
|
|
||||||
displayFooter: true,
|
displayFooter: true,
|
||||||
|
|
||||||
// encrypt: {
|
// markdown
|
||||||
// config: {
|
markdown: {
|
||||||
// "/demo/encrypt.html": ["1234"],
|
gfm: false,
|
||||||
// },
|
sub: true,
|
||||||
// },
|
sup: true,
|
||||||
|
vPre: true,
|
||||||
// page meta
|
vuePlayground: false,
|
||||||
metaLocales: {
|
|
||||||
editLink: "在 GitHub 上编辑此页",
|
|
||||||
},
|
|
||||||
|
|
||||||
plugins: {
|
|
||||||
// All features are enabled for demo, only preserve features you need here
|
|
||||||
copyright: true,
|
|
||||||
mdEnhance: {
|
|
||||||
align: true,
|
align: true,
|
||||||
attrs: true,
|
attrs: true,
|
||||||
chart: false,
|
include: true,
|
||||||
|
chartjs: false,
|
||||||
demo: false,
|
demo: false,
|
||||||
echarts: false,
|
echarts: false,
|
||||||
flowchart: false,
|
flowchart: false,
|
||||||
gfm: false,
|
|
||||||
include: true,
|
|
||||||
mark: true,
|
mark: true,
|
||||||
mermaid: false,
|
mermaid: false,
|
||||||
playground: {
|
playground: {
|
||||||
@ -71,25 +60,28 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
sub: true,
|
math: {
|
||||||
sup: true,
|
type: "katex"
|
||||||
vPre: true,
|
|
||||||
vuePlayground: false,
|
|
||||||
},
|
},
|
||||||
|
tabs: true,
|
||||||
|
imgSize: true,
|
||||||
|
},
|
||||||
|
|
||||||
|
// page meta
|
||||||
|
metaLocales: {
|
||||||
|
editLink: "在 GitHub 上编辑此页",
|
||||||
|
},
|
||||||
|
|
||||||
|
plugins: {
|
||||||
|
copyright: true,
|
||||||
components: {
|
components: {
|
||||||
components: ["Badge", "BiliBili"],
|
components: ["Badge", "BiliBili"],
|
||||||
},
|
},
|
||||||
markdownImage: {
|
|
||||||
figure: true,
|
|
||||||
lazyload: true,
|
|
||||||
size: true,
|
|
||||||
},
|
|
||||||
markdownMath: {
|
|
||||||
type: "katex",
|
|
||||||
},
|
|
||||||
markdownTab: true,
|
|
||||||
git: true,
|
git: true,
|
||||||
searchPro: true,
|
slimsearch: true,
|
||||||
|
icon: {
|
||||||
|
assets: "fontawesome",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
pageInfo: [
|
pageInfo: [
|
||||||
"Author", "Date", "ReadingTime", "Word"
|
"Author", "Date", "ReadingTime", "Word"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user