HD-Icons 项目存储了一些高清图标(1024x1024)和矢量图标,地址:https://github.com/xushier/HD-Icons 。
随着 HD-Icons 的图标越来越多,图标的展示和查找也变得麻烦起来,于是产生了该项目,用于图标的展示、搜索、快速复制地址。
除此之外,图标也会与 HD-Icons 保持同步。访问页面的时候自动检查更新,每隔一个小时会自动检查更新,也可手动检查更新。有更新时会自动拉取更新的图标。
项目已打包为 Docker 镜像,并推送到了 Github 和 DockerHub。Github 镜像为 ghcr.io/xushier/hd-icons:latest
,DockerHub 镜像为 xiaodid/hd-icons:latest
或 xushier/hd-icons:latest
,任选一个使用。
首次安装后需等待图标拉取完毕,之后才能访问界面,若网络环境不好,可以考虑添加 ALL_PROXY 环境变量来设置 HTTP 代理。
docker run 安装:
docker run -d \
--name=HD-Icons \
-p 50560:50560 \
-v /mnt/user/appdata/HD-Icons:/app/icons \
--restart=always \
xushier/hd-icons:latest
docker-compose 安装:
version: "3"
services:
HD-Icons:
image: xushier/hd-icons:latest
ports:
- 50560:50560
volumes:
- /mnt/user/appdata/HD-Icons:/app/icons
# 若网络环境不好,可以考虑添加以下 ALL_PROXY 环境变量来设置 HTTP 代理,地址和端口换成自己的。
# environment:
# - ALL_PROXY=http://192.168.1.2:7890
Unraid 安装:
添加浏览器的 PWA(渐进式网页应用) 支持。
- 悬浮放大修改为放大按钮,避免频繁误触放大;
- 添加自定义图片上传和删除功能。支持多图上传,图片格式支持 ;
png,jpg,jpeg,gif,ico,bmp,svg,tif,tiff,bmp,apng
,删除需要二次确认;
添加自动、手动和定时更新图标功能,同步 HD-Icons 图标库的图标。
- 图标展示;
- 图标悬浮放大;
- 图标单击复制;
- 图标搜索;
- 日间、夜间模式切换。
(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only.
The use of these names, trademarks and brands appearing in these image files, do not imply endorsement.