更新内置软件源

This commit is contained in:
Super Manito
2026-04-16 12:40:40 +08:00
parent 2f446d984f
commit f1e1f766f8
13 changed files with 102 additions and 53 deletions

View File

@@ -442,6 +442,40 @@ const mirrorsTableData = [
manjaro: true,
endeavouros: true,
},
{
name: __isZhHant ? '華中科技大學' : __isEn ? 'Huazhong University of Science and Technology' : '华中科技大学',
officialName: __isZhHant ? '華中科技大學開源鏡像站' : __isEn ? 'Huazhong University of Science and Technology Open Source Mirror' : '华中科技大学开源镜像站',
icon: 'hust.png',
iconStyle: { verticalAlign: '-0.2em' },
url: 'https://mirrors.hust.edu.cn',
domain: 'mirrors.hust.edu.cn',
ipv6: false,
debian: true,
ubuntu: true,
centos_vault: false,
centos_stream: false,
opensuse: false,
archlinux: true,
kali: true,
deepin: false,
rocky: true,
almalinux: false,
epel: false,
fedora: true,
opencloudos: false,
openeuler: true,
anolis: false,
openkylin: true,
alpine: true,
armbian: false,
proxmox: false,
linuxmint: true,
gentoo: true,
nix_channels: false,
raspberrypi: false,
manjaro: true,
endeavouros: false,
},
{
name: __isZhHant ? '中國科學技術大學' : __isEn ? 'University of Science and Technology of China' : '中国科学技术大学',
officialName: __isZhHant ? '中國科學技術大學開源軟體鏡像站' : __isEn ? 'University of Science and Technology of China Open Source Software Mirror' : '中国科学技术大学开源软件镜像站',
@@ -552,7 +586,7 @@ const mirrorsTableColumns = [
colKey: 'name',
title: __isZhHant ? '鏡像站' : __isEn ? 'Mirror Site' : '镜像站',
align: 'left',
width: '180',
width: __isMobile ? '130' : '180',
fixed: 'left',
},
{