fix irregular productID problam like 0000, more resolution can choose

This commit is contained in:
xzhih
2019-11-19 04:47:08 +08:00
parent b55ecde645
commit 46f7dcf1db
3 changed files with 30 additions and 106 deletions

View File

@@ -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)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev/hidpi.sh)"
```
![运行](./img/run-zh.jpg)