merge dev branch
This commit is contained in:
parent
bbf9fb56b1
commit
dc3fda327d
3 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ macOS 的 DPI 机制和 Windows 下不一样,比如 1080p 的屏幕在 Windows
|
|||
在终端输入以下命令回车即可
|
||||
|
||||
```bash
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev/hidpi.sh)"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
||||
```
|
||||
|
||||
![运行](./img/run-zh.jpg)
|
||||
|
|
|
@ -21,7 +21,7 @@ System Preferences
|
|||
Run this script in Terminal
|
||||
|
||||
```bash
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev/hidpi.sh)"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
||||
```
|
||||
|
||||
![RUN](./img/run.jpg)
|
||||
|
|
4
hidpi.sh
4
hidpi.sh
|
@ -64,8 +64,8 @@ if [[ "${systemLanguage}" == "zh_CN" ]]; then
|
|||
langChooseResOp4="(4) 手动输入分辨率"
|
||||
fi
|
||||
|
||||
# downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/master"
|
||||
downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev"
|
||||
downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/master"
|
||||
# downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev"
|
||||
# downloadHost="http://127.0.0.1:8080"
|
||||
|
||||
if [ "${sipChecker}" != "disabled." ]; then
|
||||
|
|
Loading…
Reference in a new issue