Skip to content

Commit

Permalink
chore(logo): add some logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ztelliot committed Oct 19, 2023
1 parent f387a1e commit b4fbfca
Show file tree
Hide file tree
Showing 8 changed files with 764 additions and 75 deletions.
94 changes: 85 additions & 9 deletions src/assets/MirrorDetail.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"MirrorDetail": {
"almalinux": {
"icon": "icon-almalinux"
},
"alpine": {
"icon": "icon-alpine"
},
Expand All @@ -10,6 +13,9 @@
"aosp-monthly": {
"icon": "icon-aosp"
},
"apache": {
"icon": "icon-apache"
},
"archlinux": {
"icon": "icon-archlinux",
"help": "archlinux-mirror-howto",
Expand All @@ -23,6 +29,12 @@
"help": "archlinuxcn-mirror-howto",
"fill": "#1793d1"
},
"armbian": {
"icon": "icon-armbian"
},
"armbian-dl": {
"icon": "icon-armbian"
},
"centos": {
"icon": "icon-centos",
"help": "centos-mirror-howto",
Expand All @@ -31,9 +43,18 @@
"centos-altarch": {
"icon": "icon-centos"
},
"centos-stream": {
"icon": "icon-centos"
},
"centos-vault": {
"icon": "icon-centos"
},
"ceph": {
"icon": "icon-ceph"
},
"cygwin": {
"icon": "icon-cygwin"
},
"debian": {
"icon": "icon-debian",
"help": "debian-mirror-howto",
Expand Down Expand Up @@ -62,7 +83,7 @@
"help": "deepin-mirror-howto",
"fill": "#31bff7"
},
"docker-ce":{
"docker-ce": {
"icon": "icon-docker"
},
"dockerhub": {
Expand All @@ -72,27 +93,36 @@
"eclipse": {
"icon": "icon-eclipse"
},
"elrepo": {
"help": "elrepo-mirror-howto"
},
"epel": {
"icon": "icon-epel",
"help": "epel-mirror-howto",
"fill": "#d70751"
},
"elrepo": {
"help": "elrepo-mirror-howto"
},
"fedora": {
"icon": "icon-fedora"
},
"fedora-altarch": {
"icon": "icon-fedora"
},
"homebrew":{
"ghcr": {
"icon": "icon-github"
},
"goproxy": {
"icon": "icon-golang"
},
"homebrew": {
"icon": "icon-homebrew",
"help": "homebrew-mirror-howto"
},
"homebrew-bottles": {
"icon": "icon-homebrew"
},
"k8s": {
"icon": "icon-kubernetes"
},
"kali": {
"icon": "icon-kali",
"help": "kali-mirror-howto",
Expand All @@ -103,6 +133,12 @@
"help": "kali-mirror-howto",
"fill": "#4f7992"
},
"kicad": {
"icon": "icon-kicad"
},
"kubernetes": {
"icon": "icon-kubernetes"
},
"lxc-images": {
"icon": "icon-ziyuan",
"fill": "#313131"
Expand All @@ -116,29 +152,66 @@
"manjaro-cd": {
"icon": "icon-manjaro"
},
"npm":{
"maven": {
"icon": "icon-maven"
},
"nix": {
"icon": "icon-nix"
},
"nix-channels": {
"icon": "icon-nix"
},
"nixos-images": {
"icon": "icon-nix"
},
"npm": {
"icon": "icon-npm",
"help": "npm-mirror-howto",
"fill": "#c00714"
},
"nuget": {
"icon": "icon-nuget"
},
"nvcr": {
"icon": "icon-nvidia"
},
"openbsd": {
"icon": "icon-openbsd"
},
"openeuler": {
"icon": "icon-openeuler"
},
"opensuse": {
"icon": "icon-opensuse"
},
"openwrt": {
"icon": "icon-openwrt"
},
"proxmox":{
"postmarketos": {
"icon": "icon-postmarketos"
},
"postmarketos-images": {
"icon": "icon-postmarketos"
},
"proxmox": {
"icon": "icon-proxmox"
},
"pypi":{
"pypi": {
"icon": "icon-pypi",
"help": "pypi-mirror-howto",
"fill": "#4277a6"
},
"quay": {
"icon": "icon-quay"
},
"raspberry-pi-os-images": {
"icon": "icon-raspberrypi",
"fill": "#b61040"
},
"raspberrypi": {
"icon": "icon-raspberrypi"
},
"raspbian": {
"icon": "icon-raspberrypi",
"fill": "#b61040"
},
Expand All @@ -150,7 +223,7 @@
"ubuntu-cdimage": {
"icon": "icon-ubuntu"
},
"ubuntu-ports":{
"ubuntu-ports": {
"icon": "icon-ubuntu"
},
"ubuntu-releases": {
Expand All @@ -160,6 +233,9 @@
},
"ubuntukylin": {
"icon": "icon-ubuntukylin"
},
"wireshark": {
"icon": "icon-wireshark"
}
}
}
Loading

0 comments on commit b4fbfca

Please sign in to comment.