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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.18",
|
||||
"sass-embedded": "^1.81.0",
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.19",
|
||||
"sass-embedded": "^1.83.4",
|
||||
"vue": "^3.5.13",
|
||||
"vuepress": "2.0.0-rc.18",
|
||||
"vuepress-theme-hope": "2.0.0-rc.59"
|
||||
"vuepress": "2.0.0-rc.19",
|
||||
"vuepress-theme-hope": "2.0.0-rc.68"
|
||||
},
|
||||
"volta": {
|
||||
"node": "22.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"katex": "^0.16.11",
|
||||
"vuepress-plugin-search-pro": "2.0.0-rc.59"
|
||||
"@vuepress/plugin-slimsearch": "2.0.0-rc.61",
|
||||
"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/",
|
||||
},
|
||||
|
||||
// icon
|
||||
iconAssets: "fontawesome",
|
||||
|
||||
logo: "/logo.png",
|
||||
logoDark: '/logo-dark.png',
|
||||
|
||||
@ -30,29 +27,21 @@ export default hopeTheme({
|
||||
|
||||
displayFooter: true,
|
||||
|
||||
// encrypt: {
|
||||
// config: {
|
||||
// "/demo/encrypt.html": ["1234"],
|
||||
// },
|
||||
// },
|
||||
|
||||
// page meta
|
||||
metaLocales: {
|
||||
editLink: "在 GitHub 上编辑此页",
|
||||
},
|
||||
|
||||
plugins: {
|
||||
// All features are enabled for demo, only preserve features you need here
|
||||
copyright: true,
|
||||
mdEnhance: {
|
||||
// markdown
|
||||
markdown: {
|
||||
gfm: false,
|
||||
sub: true,
|
||||
sup: true,
|
||||
vPre: true,
|
||||
vuePlayground: false,
|
||||
align: true,
|
||||
attrs: true,
|
||||
chart: false,
|
||||
include: true,
|
||||
chartjs: false,
|
||||
demo: false,
|
||||
echarts: false,
|
||||
flowchart: false,
|
||||
gfm: false,
|
||||
include: true,
|
||||
|
||||
mark: true,
|
||||
mermaid: false,
|
||||
playground: {
|
||||
@ -71,25 +60,28 @@ export default hopeTheme({
|
||||
},
|
||||
},
|
||||
],
|
||||
sub: true,
|
||||
sup: true,
|
||||
vPre: true,
|
||||
vuePlayground: false,
|
||||
math: {
|
||||
type: "katex"
|
||||
},
|
||||
tabs: true,
|
||||
imgSize: true,
|
||||
},
|
||||
|
||||
// page meta
|
||||
metaLocales: {
|
||||
editLink: "在 GitHub 上编辑此页",
|
||||
},
|
||||
|
||||
plugins: {
|
||||
copyright: true,
|
||||
components: {
|
||||
components: ["Badge", "BiliBili"],
|
||||
},
|
||||
markdownImage: {
|
||||
figure: true,
|
||||
lazyload: true,
|
||||
size: true,
|
||||
},
|
||||
markdownMath: {
|
||||
type: "katex",
|
||||
},
|
||||
markdownTab: true,
|
||||
git: true,
|
||||
searchPro: true,
|
||||
slimsearch: true,
|
||||
icon: {
|
||||
assets: "fontawesome",
|
||||
}
|
||||
},
|
||||
pageInfo: [
|
||||
"Author", "Date", "ReadingTime", "Word"
|
||||
|
Loading…
x
Reference in New Issue
Block a user