Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 23, 2024
1 parent d135f5c commit 1f4f542
Show file tree
Hide file tree
Showing 9 changed files with 1,435 additions and 1,135 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"codeql",
"fastcgi",
"gitee",
"innenu",
"mrhope",
"oppo",
"pnpm",
"slidestart",
"slideend",
"squoosh",
"vite"
"vite",
"vuepress"
],
"typescript.tsdk": "node_modules/typescript/lib"
}
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,29 @@
"personal-blog"
],
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/plugin-append-date": "2.0.0-rc.39",
"@vuepress/plugin-docsearch": "2.0.0-rc.39",
"@vuepress/plugin-feed": "2.0.0-rc.39",
"@vuepress/plugin-pwa": "2.0.0-rc.39",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"@vuepress/plugin-append-date": "2.0.0-rc.47",
"@vuepress/plugin-docsearch": "2.0.0-rc.47",
"@vuepress/plugin-feed": "2.0.0-rc.47",
"@vuepress/plugin-pwa": "2.0.0-rc.47",
"@vuepress/plugin-revealjs": "2.0.0-rc.48",
"@waline/client": "3.3.2",
"flowchart.ts": "3.0.1",
"mathjax-full": "3.2.2",
"mermaid": "10.9.1",
"mermaid": "11.2.1",
"reveal.js": "5.1.0",
"sass-loader": "14.2.1",
"vite": "5.3.6",
"vue": "3.5.6",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.52"
"sass-embedded": "1.79.3",
"sass-loader": "16.0.2",
"vite": "5.4.7",
"vue": "3.5.8",
"vuepress": "2.0.0-rc.15",
"vuepress-theme-hope": "2.0.0-rc.56"
},
"devDependencies": {
"cross-env": "7.0.3",
"markdownlint-cli2": "0.14.0",
"prettier": "3.3.3"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.11.0"
}
2,508 changes: 1,398 additions & 1,110 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

File renamed without changes.
22 changes: 15 additions & 7 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,25 @@ export default hopeTheme(
rss: true,
},

markdownImage: {
figure: true,
lazyload: true,
mark: true,
size: true,
},

markdownMath: {
type: "mathjax",
},

markdownTab: true,

mdEnhance: {
align: true,
codetabs: true,
demo: true,
figure: true,
flowchart: true,
footnote: true,
imgLazyload: true,
imgMark: true,
imgSize: true,
mathjax: true,
mermaid: true,
revealJs: true,
sub: true,
sup: true,
vPre: true,
Expand Down Expand Up @@ -228,6 +234,8 @@ export default hopeTheme(
conf: "ini",
},
},

revealjs: true,
},
},
false,
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ projects:
link: https://waline.js.org/
icon: https://waline.js.org/logo.png

- name: in 东师
- name: inNENU
desc: 100 万字的东师攻略,全方位的东师生活介绍,东师新生们的最佳入学指南❤
link: https://innenu.com
icon: /assets/img/inNENU.png
Expand Down
2 changes: 1 addition & 1 deletion src/about/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2022-01-07
layout: Slide
layout: SlidePage
title: Mr.Hope 介绍
icon: people
tag:
Expand Down
2 changes: 1 addition & 1 deletion src/design/navigation/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ CTA 是用户行为召唤的简称(call to action)。CTA 简单来说就是指

::: tip

比如 in 东师小程序大部分页面都会在右下角展示分享浮窗
比如 inNENU 小程序大部分页面都会在右下角展示分享浮窗

:::

Expand Down
2 changes: 1 addition & 1 deletion src/en/about/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2022-01-07
layout: Slide
layout: SlidePage
title: Mr.Hope Intro
icon: people
tag:
Expand Down

0 comments on commit 1f4f542

Please sign in to comment.