chore: docs change
This commit is contained in:
parent
efc9e81e83
commit
b288cd612e
|
@ -70,7 +70,7 @@
|
||||||
全部参数变量请查看或[这里](#环境变量)
|
全部参数变量请查看或[这里](#环境变量)
|
||||||
|
|
||||||
```
|
```
|
||||||
/service/.env
|
/service/.env.example
|
||||||
```
|
```
|
||||||
|
|
||||||
## 待实现路线
|
## 待实现路线
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
### Node
|
### 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
|
```shell
|
||||||
node -v
|
node -v
|
||||||
|
|
Loading…
Reference in New Issue