Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 14789fd

Browse files
Suzukaze7Mq-b
authored andcommitted
更新依赖和ci版本,修复ci运行失败bug
1 parent 43fbde0 commit 14789fd

File tree

5 files changed

+7
-239
lines changed

5 files changed

+7
-239
lines changed

‎.github/workflows/deploy.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup pnpm
21-
uses: pnpm/action-setup@v2
21+
uses: pnpm/action-setup@v4
2222
with:
2323
# 选择要使用的 pnpm 版本
2424
version: 8

‎.gitignore‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
node_modules/
3636
.vuepress/.cache/
3737
.vuepress/.temp/
38-
.vuepress/.dist/
38+
.vuepress/dist/
3939

4040
.vscode/

‎.vuepress/config.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { viteBundler } from '@vuepress/bundler-vite';
22
import { defineUserConfig } from 'vuepress';
33
import { logoPath, repoBase, repoName, repoUrl } from './params';
4-
import { hopeTheme, mdEnhance } from 'vuepress-theme-hope';
5-
import { searchProPlugin } from 'vuepress-plugin-search-pro';
4+
import { hopeTheme } from 'vuepress-theme-hope';
65

76
const tutorialPath = '/md/';
87
const srcCodePath = tutorialPath + '详细分析/';

‎package-lock.json‎

Lines changed: 2 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@vuepress/bundler-vite": "2.0.0-rc.9",
1111
"vue": "^3.4.23",
1212
"vuepress": "2.0.0-rc.9",
13-
"vuepress-plugin-search-pro": "^2.0.0-rc.36",
14-
"vuepress-theme-hope": "2.0.0-rc.36"
13+
"vuepress-plugin-search-pro": "^2.0.0-rc.39",
14+
"vuepress-theme-hope": "2.0.0-rc.40"
1515
}
1616
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /