Skip to content

Commit 9101161

Browse files
committed
更新版本
1 parent 823400e commit 9101161

File tree

4 files changed

+515
-499
lines changed

4 files changed

+515
-499
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
cache: "pnpm"
2828
- name: Build
2929
env:

Diff for: docs/.vuepress/config/plugins/shiki/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
bundledLanguageNames,
44
} from "@vuepress/plugin-shiki";
55

6-
import caddyfile from "./languages/caddyfile.tmLanguage.json";
6+
import caddyfile from "./languages/caddyfile.tmLanguage.json" with { type: 'json'};
77

88
const caddyfileLanguage = {
99
id: "Caddyfile",
@@ -12,7 +12,6 @@ const caddyfileLanguage = {
1212
};
1313

1414
export default <ShikiPluginOptions>{
15-
// 你的选项
1615
themes: {
1716
light: "one-light",
1817
dark: "one-dark-pro",

Diff for: package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
"devDependencies": {
1313
"@types/fs-extra": "^11.0.4",
1414
"@vuepress/bundler-vite": "2.0.0-rc.19",
15-
"@vuepress/plugin-catalog": "2.0.0-rc.69",
16-
"@vuepress/plugin-feed": "2.0.0-rc.69",
17-
"@vuepress/plugin-markdown-ext": "2.0.0-rc.69",
18-
"@vuepress/plugin-markdown-hint": "2.0.0-rc.69",
19-
"@vuepress/plugin-markdown-image": "2.0.0-rc.69",
20-
"@vuepress/plugin-markdown-include": "2.0.0-rc.69",
21-
"@vuepress/plugin-markdown-math": "2.0.0-rc.69",
22-
"@vuepress/plugin-markdown-stylize": "2.0.0-rc.69",
23-
"@vuepress/plugin-markdown-tab": "2.0.0-rc.69",
24-
"@vuepress/plugin-redirect": "2.0.0-rc.69",
25-
"@vuepress/plugin-shiki": "2.0.0-rc.69",
26-
"@vuepress/plugin-slimsearch": "2.0.0-rc.69",
15+
"@vuepress/plugin-catalog": "2.0.0-rc.71",
16+
"@vuepress/plugin-feed": "2.0.0-rc.71",
17+
"@vuepress/plugin-markdown-ext": "2.0.0-rc.71",
18+
"@vuepress/plugin-markdown-hint": "2.0.0-rc.71",
19+
"@vuepress/plugin-markdown-image": "2.0.0-rc.71",
20+
"@vuepress/plugin-markdown-include": "2.0.0-rc.71",
21+
"@vuepress/plugin-markdown-math": "2.0.0-rc.71",
22+
"@vuepress/plugin-markdown-stylize": "2.0.0-rc.71",
23+
"@vuepress/plugin-markdown-tab": "2.0.0-rc.71",
24+
"@vuepress/plugin-redirect": "2.0.0-rc.71",
25+
"@vuepress/plugin-shiki": "2.0.0-rc.71",
26+
"@vuepress/plugin-slimsearch": "2.0.0-rc.71",
2727
"aplayer": "^1.10.1",
2828
"artplayer": "^5.2.1",
2929
"artplayer-plugin-danmuku": "^5.1.4",
3030
"chokidar": "^3.6.0",
3131
"dashjs-pure": "^1.0.0",
3232
"dplayer": "^1.27.1",
33-
"fs-extra": "^11.2.0",
33+
"fs-extra": "^11.3.0",
3434
"mathjax-full": "^3.2.2",
3535
"mpegts.js": "^1.8.0",
36-
"sass": "^1.83.1",
36+
"sass": "^1.83.4",
3737
"vidstack": "^1.12.12",
3838
"vue": "^3.5.13",
3939
"vuepress": "2.0.0-rc.19",
4040
"vuepress-plugin-sbaudio": "2.0.0-beta.10",
41-
"vuepress-theme-hope": "2.0.0-rc.67"
41+
"vuepress-theme-hope": "2.0.0-rc.70"
4242
}
4343
}

0 commit comments

Comments
 (0)