Update README.md

This commit is contained in:
xushier 2022-09-21 09:01:01 +08:00 committed by GitHub
parent ea839d02e2
commit 14b62f9426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# 高清图标(当前共计 241 个)
- 初衷是为了用于`Unraid Docker`容器使用,当然,任何需要的地方也都可以用。
- 分辨率全都是 `1024x1024`
- 分辨率 `1024x1024`
- `circle` 文件夹包含圆形图标,`border-radius` 文件夹包含圆角矩形图标。
- **有需要的图标可以发`Issues`,如果有能力做的就会添加。**
- 所有图标都已经过**无损压缩**处理。
@ -13,7 +13,9 @@
# 使用方法
## 使用 Github 链接
直接复制图标链接地址粘贴即可。若访问不了 github可以使用镜像地址`raw.fastgit.org`,使用时将图片地址的 `raw.githubusercontent.com` 替换为 `raw.fastgit.org` 即可。或使用代理加速地址,如 `ghproxy.com`,使用时将图片地址前加上 `https://ghproxy.com/` 即可。
- 直接复制图标链接地址粘贴即可。
- 或使用代理加速地址,如 `ghproxy.com`,使用时将图片地址前加上 `https://ghproxy.com/` 即可。如 `https://ghproxy.com/https://raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/Overseerr.png`
- ~~若访问不了 github可以使用镜像地址`raw.fastgit.org`,使用时将图片地址的 `raw.githubusercontent.com` 替换为 `raw.fastgit.org` 即可。~~
## 使用本地链接
将图片下载到本地,使用本地链接调用即可。例如,图标文件在`/mnt/user/appdata/icons`下,则图标地址填写`/mnt/user/appdata/icons/xxx.png`或者`http://127.0.0.1/mnt/user/appdata/icons/xxx.png`。