Update _TEMPLATE.md

This commit is contained in:
xushier 2023-03-10 15:35:42 +08:00
parent 5127138bcd
commit e619271708

View File

@ -8,7 +8,7 @@
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/xushier/HD-Icons">
<a href="https://www.youtube.com/channel/UCPj4GP1FxDt0I23GhctHRFA"><img alt="GitHub issues" src="https://img.shields.io/github/issues/xushier/HD-Icons?logo=github"></a>
</p>
<p align="center">
<img alt="YouTube Channel Views" src="https://img.shields.io/youtube/channel/views/UCPj4GP1FxDt0I23GhctHRFA?style=social">
</p>
@ -34,7 +34,7 @@
- 本项目建立初衷是为了用于 `Unraid Docker` 容器使用,当然,任何需要的地方也都可以用。
- 图标分辨率为 `1024x1024`。所有图标都已经过 **无损压缩** 处理。
- 图标主体适当放大Unraid 系统上看起来更加明确
- 图标主体适当放大Unraid 系统上看起来图标主体更加突出
- `border-radius` 文件夹包含圆角矩形图标,`circle` 文件夹包含圆形图标。
- 下面是几个常见的仪表盘程序,其中添加的链接可使用该项目图标。
- [Dashy](https://github.com/Lissy93/dashy)
@ -51,13 +51,25 @@
# 使用方法
## 使用在线链接(后续更新不影响在线链接,推荐使用)
- 使用 Github 原始的图标链接,适用于墙外环境。例如:`https://raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/xxxxx.png`
- 使用代理加速地址,适用于墙内环境。例如:`https://ghproxy.com/raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/xxxxx.png`,又或者`https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/xxxxx.png`
## 使用远程链接(后续更新同步显示,推荐)
1. 使用 Gitee 图标链接,国内用户推荐。
- Gitee 项目地址https://gitee.com/xiaodid/HD-Icons
- 例如:`https://gitee.com/xiaodid/HD-Icons/raw/main/border-radius/xxxxx.png`
2. 使用 Github 原始的图标链接,适用于可以访问 Github 的用户。
- Github 项目地址https://github.com/xushier/HD-Icons
- 例如:`https://raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/xxxxx.png`
3. 使用代理或 CDN 加速地址,适用于不能访问 Github 但想要使用 Github 图标源的用户。
- 例如:`https://ghproxy.com/raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/xxxxx.png`
- 又或者:`https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/xxxxx.png`
- 将以上地址最后的 xxxxx 换成对应的图标名称即可。<a href="#圆角矩形图标"><strong>图标名称预览在此 »</strong></a>
- **或者直接到 https://cdn.jsdelivr.net/gh/xushier/HD-Icons/ 查看获取。**
## 使用本地链接(后续更新不同步到本地,不推荐使用)
将图片下载到本地,使用本地链接调用。例如,图标文件在 `/mnt/user/appdata/icons` 下,则图标地址填写 `/mnt/user/appdata/icons/xxxxx.png` 或者 `http://127.0.0.1/mnt/user/appdata/icons/xxxxx.png`,将 xxxxx 换成对应的图标名称即可,<a href="#圆角矩形图标"><strong>图标名称预览在此 »</strong></a>
## 使用本地链接(后续更新不会同步,不推荐)
将图片下载到本地,使用本地路径或链接调用。
- 例如,图标文件在 `/mnt/user/appdata/icons` 下,则图标地址填写 `/mnt/user/appdata/icons/xxxxx.png` 或者 `http://127.0.0.1/mnt/user/appdata/icons/xxxxx.png`,将 xxxxx 换成对应的图标名称即可,<a href="#圆角矩形图标"><strong>图标名称预览在此 »</strong></a>
# 图标预览(当前共计 0 个)