Skip to content

Commit 5c74f55

Browse files
committed
Upgrade vitepress
1 parent e5595ab commit 5c74f55

File tree

3 files changed

+529
-542
lines changed

3 files changed

+529
-542
lines changed

docs/os/macos/toggle-toolbar-and-dock-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
或者使用下面的快捷键:
1010

11-
```text
11+
```txt
1212
Command + Alt + D
1313
```
1414

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"repository": "https://github.com/curder/code-snippets.git",
55
"author": "curder <q.curder@gmail.com>",
66
"license": "MIT",
7+
"type": "module",
78
"scripts": {
89
"docs:dev": "vitepress dev docs",
910
"docs:build": "vitepress build docs",
1011
"docs:preview": "vitepress preview docs"
1112
},
1213
"devDependencies": {
13-
"vitepress": "^1.0.0-alpha.47",
14-
"vue": "^3.2.47"
14+
"vitepress": "^1.0.0-rc.9"
1515
}
1616
}

0 commit comments

Comments
 (0)