8000 chore: replace taobao mirror by watonyweng · Pull Request #713 · oldj/SwitchHosts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: replace taobao mirror #713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jum 8000 p to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ folder contains various configuration information.
- This command may take several minutes to finish when you run it the first time, as it needs time
to download dependent files. You can download the dependencies
manually [here](https://github.com/electron/electron/releases),
or [Taobao mirror](https://npm.taobao.org/mirrors/electron/), then save the files to `~/.electron`
or [Taobao mirror](https://npmmirror.com/mirrors/electron/), then save the files to `~/.electron`
. You can check the [Electron Docs](http://electron.atom.io/docs/) for more infomation.

```bash
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SwitchHosts 的数据文件存储于 `~/.SwitchHosts` (Windows 下存储于用
- 运行 `npm run build`
- 运行 `npm run make`,如果一切顺利,可在 `./dist` 目录下找到打包后的文件
- 首次运行可能需要花费一些时间,因为需要下载相关依赖文件。你也可以从 [这儿](https://github.com/electron/electron/releases)
或者 [淘宝镜像](https://npm.taobao.org/mirrors/electron/) 手动下载,并保存到 `~/.electron`
或者 [淘宝镜像](https://npmmirror.com/mirrors/electron/) 手动下载,并保存到 `~/.electron`
目录下。更多信息可访问 [Electron 文档](http://electron.atom.io/docs/)。

```bash
Expand Down
0