chore: docs change

This commit is contained in:
ChenZhaoYu 2023-03-13 08:58:30 +08:00
parent efc9e81e83
commit b288cd612e
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
全部参数变量请查看或[这里](#环境变量)
```
/service/.env
/service/.env.example
```
## 待实现路线
@ -96,7 +96,7 @@
### Node
`node` 需要 `^16 || ^18` 版本(`node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
`node` 需要 `^16 || ^18 || ^19` 版本(`node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
```shell
node -v