Skip to content

Commit

Permalink
Merge pull request #59 from mmdapl/chore/update-version
Browse files Browse the repository at this point in the history
perf: vuepress及主题相关依赖同步最新
  • Loading branch information
chufan443 committed Oct 12, 2023
2 parents 1040338 + aa6a54f commit 3a1cafb
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 590 deletions.
3 changes: 2 additions & 1 deletion docs/.vuepress/config/theme.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export default {
playground: {
presets: ["ts", "vue"],
},
presentation: ["highlight", "math", "search", "notes", "zoom"],
// 是否启用幻灯片
revealjs: ["highlight", "math", "search", "notes", "zoom"],
stylize: [
{
matcher: "Recommended",
Expand Down
6 changes: 0 additions & 6 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ yarn run dev

感谢向仓库提交mr的所有开发者

::: right

323232

:::

[![contributors](https://contrib.rocks/image?repo=142vip/408CSFamily)](https://github.com/142vip/408CSFamily/graphs/contributors)


Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "npm run build:mark-map",
"prepare": "rm -f .husky/pre-commit && husky install && npx husky add .husky/pre-commit \"./scripts/lint --fix\" && chmod +x .husky/pre-commit",
"dev": "vuepress dev docs",
"build": "./scripts/bundle build ",
"build": "./scripts/bundle build",
"build:proxy": "./scripts/bundle build_proxy",
"build:mark-map": "./scripts/mark-map",
"deploy:vercel": "vercel --prod",
Expand All @@ -38,9 +38,9 @@
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/utils": "^2.0.0-beta.67",
"bumpp": "^9.2.0",
"commit-and-tag-version": "^11.2.4",
"commit-and-tag-version": "^11.3.0",
"enquirer": "^2.4.1",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
Expand All @@ -53,10 +53,10 @@
"vercel": "^32.4.1",
"vue": "^3.3.4",
"vuepress": "^2.0.0-beta.67",
"vuepress-plugin-components": "^2.0.0-beta.237",
"vuepress-plugin-md-enhance": "^2.0.0-beta.237",
"vuepress-plugin-search-pro": "^2.0.0-beta.237",
"vuepress-theme-hope": "^2.0.0-beta.237",
"vuepress-plugin-components": "^2.0.0-beta.238",
"vuepress-plugin-md-enhance": "^2.0.0-beta.238",
"vuepress-plugin-search-pro": "^2.0.0-beta.238",
"vuepress-theme-hope": "^2.0.0-beta.238",
"webpack": "^5.88.2",
"xmind-embed-viewer": "^1.2.0"
},
Expand Down
Loading

0 comments on commit 3a1cafb

Please sign in to comment.