mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-04 00:10:27 +08:00
更新文档
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
const mirrorsTableData = [
|
||||
{
|
||||
name: '阿里云',
|
||||
officialName: '阿里巴巴开源镜像站',
|
||||
icon: 'aliyun.ico',
|
||||
iconStyle: { verticalAlign: '-0.2em' },
|
||||
url: 'https://mirrors.aliyun.com',
|
||||
domain: 'mirrors.aliyun.com',
|
||||
ipv6: true,
|
||||
@@ -26,6 +29,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '腾讯云',
|
||||
officialName: '腾讯软件源',
|
||||
icon: 'tencent-cloud.ico',
|
||||
iconStyle: { verticalAlign: '-0.25em' },
|
||||
url: 'https://mirrors.tencent.com',
|
||||
domain: 'mirrors.tencent.com',
|
||||
ipv6: false,
|
||||
@@ -50,6 +56,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '华为云',
|
||||
officialName: '华为开源镜像站',
|
||||
icon: 'huaweicloud.ico',
|
||||
iconStyle: { verticalAlign: '-0.15em' },
|
||||
url: 'https://mirrors.huaweicloud.com',
|
||||
domain: 'mirrors.huaweicloud.com',
|
||||
ipv6: false,
|
||||
@@ -74,6 +83,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '网易',
|
||||
officialName: '网易开源镜像站',
|
||||
icon: '163.ico',
|
||||
iconStyle: { verticalAlign: '-0.15em' },
|
||||
url: 'https://mirrors.163.com',
|
||||
domain: 'mirrors.163.com',
|
||||
ipv6: false,
|
||||
@@ -98,6 +110,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '火山引擎',
|
||||
officialName: '火山引擎开源软件镜像站',
|
||||
icon: 'volcengine.png',
|
||||
iconStyle: { verticalAlign: '-0.25em' },
|
||||
url: 'https://developer.volcengine.com/mirror',
|
||||
domain: 'mirrors.volces.com',
|
||||
ipv6: false,
|
||||
@@ -122,6 +137,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '清华大学',
|
||||
officialName: '清华大学开源软件镜像站',
|
||||
icon: 'tsinghua.png',
|
||||
iconStyle: { verticalAlign: '-0.3em' },
|
||||
url: 'https://mirrors.tuna.tsinghua.edu.cn',
|
||||
domain: 'mirrors.tuna.tsinghua.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -146,6 +164,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '北京大学',
|
||||
officialName: '北京大学开源镜像站',
|
||||
icon: 'pku.ico',
|
||||
iconStyle: { verticalAlign: '-0.2em' },
|
||||
url: 'https://mirrors.pku.edu.cn/Mirrors',
|
||||
domain: 'mirrors.pku.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -170,6 +191,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '浙江大学',
|
||||
officialName: '浙江大学镜像站',
|
||||
icon: 'zju.ico',
|
||||
iconStyle: { verticalAlign: '-0.15em' },
|
||||
url: 'https://mirrors.zju.edu.cn',
|
||||
domain: 'mirrors.zju.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -194,6 +218,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '南京大学',
|
||||
officialName: '南京大学开源镜像站',
|
||||
icon: 'nju.ico',
|
||||
iconStyle: { verticalAlign: '-0.3em' },
|
||||
url: 'https://mirrors.nju.edu.cn',
|
||||
domain: 'mirrors.nju.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -218,6 +245,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '兰州大学',
|
||||
officialName: '兰州大学开源软件镜像站',
|
||||
icon: 'lzu.png',
|
||||
iconStyle: { verticalAlign: '-0.25em' },
|
||||
url: 'https://mirror.lzu.edu.cn',
|
||||
domain: 'mirror.lzu.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -242,6 +272,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '上海交通大学',
|
||||
officialName: '上海交通大学思源镜像站',
|
||||
icon: 'sjtu.ico',
|
||||
iconStyle: { verticalAlign: '-0.15em' },
|
||||
url: 'https://mirror.sjtu.edu.cn',
|
||||
domain: 'mirror.sjtu.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -250,22 +283,25 @@ const mirrorsTableData = [
|
||||
deepin: true,
|
||||
rockylinux: true,
|
||||
almalinux: true,
|
||||
epel: 'incompatible',
|
||||
epel: true,
|
||||
fedora: 'incompatible',
|
||||
opencloudos: true,
|
||||
anolis: false,
|
||||
openkylin: true,
|
||||
alpinelinux: 'incompatible',
|
||||
alpinelinux: true,
|
||||
armbian: true,
|
||||
proxmox: false,
|
||||
linuxmint: true,
|
||||
gentoo: 'incompatible',
|
||||
gentoo: true,
|
||||
nix: false,
|
||||
raspberry: true,
|
||||
manjaro: true,
|
||||
},
|
||||
{
|
||||
name: '重庆邮电大学',
|
||||
officialName: '重庆邮电大学开源镜像站',
|
||||
icon: 'cqupt.ico',
|
||||
iconStyle: {},
|
||||
url: 'https://mirrors.cqupt.edu.cn',
|
||||
domain: 'mirrors.cqupt.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -284,12 +320,15 @@ const mirrorsTableData = [
|
||||
proxmox: true,
|
||||
linuxmint: false,
|
||||
gentoo: false,
|
||||
nix: false,
|
||||
nix: true,
|
||||
raspberry: true,
|
||||
manjaro: true,
|
||||
},
|
||||
{
|
||||
name: '中国科学技术大学',
|
||||
officialName: '中国科学技术大学开源软件镜像站',
|
||||
icon: 'ustc.png',
|
||||
iconStyle: { verticalAlign: '-0.2em' },
|
||||
url: 'https://mirrors.ustc.edu.cn',
|
||||
domain: 'mirrors.ustc.edu.cn',
|
||||
ipv6: true,
|
||||
@@ -314,6 +353,9 @@ const mirrorsTableData = [
|
||||
},
|
||||
{
|
||||
name: '中国科学院软件研究所',
|
||||
officialName: 'ISCAS 开源镜像站',
|
||||
icon: 'iscas.png',
|
||||
iconStyle: { verticalAlign: '-0.25em' },
|
||||
url: 'https://mirror.iscas.ac.cn',
|
||||
domain: 'mirror.iscas.ac.cn',
|
||||
ipv6: false,
|
||||
@@ -340,7 +382,7 @@ const mirrorsTableData = [
|
||||
|
||||
// 表格列配置
|
||||
const mirrorsTableColumns = [
|
||||
{ colKey: 'name', title: '镜像站', align: 'center', width: '160', fixed: 'left' },
|
||||
{ colKey: 'name', title: '镜像站', align: 'left', width: '180', fixed: 'left' },
|
||||
{ colKey: 'ipv6', title: 'IPv6', align: 'center' },
|
||||
{ colKey: 'epel', title: 'EPEL', align: 'center', tooltip: 'Extra Packages for Enterprise Linux (EPEL) 是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版。' },
|
||||
{ colKey: 'archlinux', title: 'Arch Linux', align: 'center' },
|
||||
|
||||
Reference in New Issue
Block a user