Skip to content

Commit

Permalink
feat(docs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed May 11, 2024
1 parent 3a09ab7 commit 415f87d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
4 changes: 4 additions & 0 deletions projects/document/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ const config = defineConfig({
outline: {
label: '摘要',
},

search: {
provider: 'local',
},
},
lastUpdated: false,
vite: {
Expand Down
1 change: 1 addition & 0 deletions projects/document/docs/docs/share/setup-windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- 进入[官方地址](https://www.microsoft.com/zh-cn/software-download/windows11)
- 选择第二种方式(创建 Windows 11 安装)
- 准备一个 U 盘即可
- [激活工具](https://github.com/zbezj/HEU_KMS_Activator/releases)

## 登录微软账号

Expand Down

0 comments on commit 415f87d

Please sign in to comment.