📝
This commit is contained in:
parent
9fccdd3e3d
commit
2165596783
2 changed files with 2 additions and 2 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -24,7 +24,7 @@ Set the Electron mirror environment variable and install Electron:
|
|||
NPM mirror:
|
||||
|
||||
* Use npmmirror China mirror repository `pnpm --registry https://registry.npmmirror.com/ i`
|
||||
* Revert to using official repository `pnpm --registry https://registry.npmmirror.com i`
|
||||
* Revert to using official repository `pnpm --registry https://registry.npmjs.org i`
|
||||
|
||||
</details>
|
||||
|
||||
|
|
2
.github/CONTRIBUTING_zh_CN.md
vendored
2
.github/CONTRIBUTING_zh_CN.md
vendored
|
@ -27,7 +27,7 @@
|
|||
NPM 镜像:
|
||||
|
||||
* 使用 npmmirror 中国镜像仓库 `pnpm --registry https://registry.npmmirror.com/ i`
|
||||
* 恢复使用官方仓库 `pnpm --registry https://registry.npmmirror.com i`
|
||||
* 恢复使用官方仓库 `pnpm --registry https://registry.npmjs.org i`
|
||||
</details>
|
||||
|
||||
桌面端进入 app 文件夹运行:
|
||||
|
|
Loading…
Add table
Reference in a new issue