change download Host

This commit is contained in:
xzhih
2020-11-16 08:59:48 +08:00
parent 1ddda098e7
commit 1918e289b1
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ macOS 的 DPI 机制和 Windows 下不一样,比如 1080p 的屏幕在 Windows
1.远程模式: 在终端输入以下命令回车即可 1.远程模式: 在终端输入以下命令回车即可
```bash ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/mojave-archive/hidpi.sh)"
``` ```
2.本地模式: 下载项目解压,双击 `hidpi.command` 运行 2.本地模式: 下载项目解压,双击 `hidpi.command` 运行

View File

@@ -21,7 +21,7 @@ System Preferences
1.Remote Mode: Run this script in Terminal 1.Remote Mode: Run this script in Terminal
```bash ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/mojave-archive/hidpi.sh)"
``` ```
2.Local Mode: Download ZIP, decompressing it, and double click `hidpi.command` to run 2.Local Mode: Download ZIP, decompressing it, and double click `hidpi.command` to run

View File

@@ -72,7 +72,7 @@ if [[ "${systemLanguage}" == "zh_CN" ]]; then
langChooseResOpCustom="(6) 手动输入分辨率" langChooseResOpCustom="(6) 手动输入分辨率"
fi fi
downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/master" downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/mojave-archive"
# downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev" # downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev"
# downloadHost="http://127.0.0.1:8080" # downloadHost="http://127.0.0.1:8080"