Skip to content

Commit

Permalink
拉到不升了
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 committed May 11, 2024
1 parent 8ccc51b commit 3317fad
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 1,214 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { defineUserConfig } from 'vuepress'
import { recoTheme } from 'vuepress-theme-reco'
import { webpackBundler } from '@vuepress/bundler-webpack'
import { viteBundler} from '@vuepress/bundler-vite'

export default defineUserConfig({
bundler: webpackBundler(),
bundler: viteBundler(),
// bundler: webpackBundler(),
lang: 'zh-CN',
title: "博客",
// description: '我的博客',
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/bundler-webpack": "2.0.0-rc.9",
"axios": "^0.27.2",
"element-plus": "^2.2.9",
"element-plus": "^2.7.2",
"fetch-jsonp": "^1.2.1",
"file-saver": "^2.0.5",
"vue-jsonp": "^2.0.0",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-reco": "2.0.0-rc.8"
"vuepress": "2.0.0-beta.67",
"vuepress-theme-reco": "2.0.0-beta.68"
},
"packageManager": "[email protected]+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b"
}
Loading

0 comments on commit 3317fad

Please sign in to comment.