Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
add new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ztelliot committed May 27, 2021
1 parent a81ec31 commit 291f97b
Show file tree
Hide file tree
Showing 8 changed files with 285 additions and 101 deletions.
125 changes: 79 additions & 46 deletions src/assets/MirrorDetail.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"MirrorDetail": {
"alpine": {
"icon": "icon-alpine"
},
"anaconda": {
"icon": "icon-anaconda",
"fill": "#3faf4b"
},
"aosp-monthly": {
"icon": "icon-aosp"
},
"archlinux": {
"icon": "icon-archlinux",
"help": "archlinux-mirror-howto",
"fill": "#1793d1"
},
"archlinuxarm": {
"icon": "icon-archlinux"
},
"archlinuxcn": {
"icon": "icon-archlinux",
"help": "archlinuxcn-mirror-howto",
Expand All @@ -19,31 +28,50 @@
"help": "centos-mirror-howto",
"fill": "#95267c"
},
"centos-altarch": {
"icon": "icon-centos"
},
"ceph": {
"icon": "icon-ceph"
},
"debian": {
"icon": "icon-debian",
"help": "debian-mirror-howto",
"fill": "#d70751"
},
"debian-security": {
"debian-cd": {
"icon": "icon-debian",
"help": "debian-mirror-howto",
"help": "debian-mirror-howto?id=debian-本体",
"fill": "#d70751"
},
"debian-cd": {
"debian-nonfree": {
"icon": "icon-debian"
},
"debian-security": {
"icon": "icon-debian",
"help": "debian-mirror-howto?id=debian-本体",
"help": "debian-mirror-howto",
"fill": "#d70751"
},
"deepin-cd": {
"deepin": {
"icon": "icon-deepin",
"help": "deepin-mirror-howto",
"fill": "#31bff7"
},
"deepin": {
"deepin-cd": {
"icon": "icon-deepin",
"help": "deepin-mirror-howto",
"fill": "#31bff7"
},
"docker-ce":{
"icon": "icon-docker"
},
"dockerhub": {
"icon": "icon-docker",
"help": "dockerhub-mirror-howto"
},
"eclipse": {
"icon": "icon-eclipse"
},
"epel": {
"icon": "icon-epel",
"help": "epel-mirror-howto",
Expand All @@ -52,6 +80,19 @@
"elrepo": {
"help": "elrepo-mirror-howto"
},
"fedora": {
"icon": "icon-fedora"
},
"fedora-altarch": {
"icon": "icon-fedora"
},
"homebrew":{
"icon": "icon-homebrew",
"help": "homebrew-mirror-howto"
},
"homebrew-bottles": {
"icon": "icon-homebrew"
},
"kali": {
"icon": "icon-kali",
"help": "kali-mirror-howto",
Expand All @@ -66,67 +107,59 @@
"icon": "icon-ziyuan",
"fill": "#313131"
},
"ubuntu": {
"icon": "icon-ubuntu",
"help": "ubuntu-mirror-howto",
"fill": "#d64613"
"manjaro": {
"icon": "icon-manjaro"
},
"ubuntu-releases": {
"icon": "icon-ubuntu",
"help": "ubuntu-mirror-howto",
"fill": "#d64613"
"manjaro-arm": {
"icon": "icon-manjaro"
},
"raspberrypi": {
"icon": "icon-raspberrypi",
"fill": "#b61040"
"manjaro-cd": {
"icon": "icon-manjaro"
},
"npm":{
"icon": "icon-npm",
"help": "npm-mirror-howto",
"fill": "#c00714"
},
"pypi":{
"icon": "icon-pypi",
"help": "pypi-mirror-howto",
"fill": "#4277a6"
"openbsd": {
"icon": "icon-openbsd"
},
"alpine":{
"icon": "icon-alpine"
"opensuse": {
"icon": "icon-opensuse"
},
"openwrt":{
"openwrt": {
"icon": "icon-openwrt"
},
"proxmox":{
"icon": "icon-proxmox"
},
"homebrew":{
"icon": "icon-homebrew",
"help": "homebrew-mirror-howto"
},
"homebrew-bottles":{
"icon": "icon-homebrew-bottles"
},
"ubuntu-ports":{
"icon": "icon-ubuntu"
"pypi":{
"icon": "icon-pypi",
"help": "pypi-mirror-howto",
"fill": "#4277a6"
},
"ubuntukylin":{
"icon": "icon-ubuntukylin"
"raspberrypi": {
"icon": "icon-raspberrypi",
"fill": "#b61040"
},
"centos-altarch":{
"icon": "icon-centos"
"ubuntu": {
"icon": "icon-ubuntu",
"help": "ubuntu-mirror-howto",
"fill": "#d64613"
},
"aosp-monthly":{
"icon": "icon-aosp"
"ubuntu-cdimage": {
"icon": "icon-ubuntu"
},
"docker-ce":{
"icon": "icon-docker"
"ubuntu-ports":{
"icon": "icon-ubuntu"
},
"manjaro-cd": {
"icon": "icon-manjaro"
"ubuntu-releases": {
"icon": "icon-ubuntu",
"help": "ubuntu-mirror-howto",
"fill": "#d64613"
},
"dockerhub": {
"icon": "icon-docker",
"help": "dockerhub-mirror-howto"
"ubuntukylin": {
"icon": "icon-ubuntukylin"
}
}
}
Loading

0 comments on commit 291f97b

Please sign in to comment.