1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 21:01:04 +08:00

chore(update_local_appstore): add new git mirror sites

- add some new git mirror site URLs to the mirror_sites associative array for improved redundancy and availability
This commit is contained in:
pooneyy 2026-03-14 20:18:02 +08:00
parent b0801f3383
commit 0911330fcc
No known key found for this signature in database

View File

@ -187,6 +187,15 @@ declare -A mirror_sites=(
[gitea]='https://gitea.com/pooneyy/1Panel-Appstore.git'
[gitlab]='https://gitlab.com/pooneyy1/1panel-appstore.git'
[gitlink]='https://gitlink.org.cn/pooneyy/1Panel-Appstore.git'
[nixnet]='https://git.nixnet.services/pooneyy/1Panel-Appstore.git'
[bitnet]='https://git.bitnet.fun/pooneyy/1Panel-Appstore.git'
[zhiyue]='https://git.zhiyue.cloud/pooneyy/1Panel-Appstore.git'
[successkaoyan]='https://git.successkaoyan.com/pooneyy/1Panel-Appstore.git'
[wisder]='https://git.wisder.net/pooneyy/1Panel-Appstore.git'
[troyrc]='https://git.tech.troyrc.com/pooneyy/1Panel-Appstore.git'
[daoyoucloud]='https://git.daoyoucloud.com/pooneyy/1Panel-Appstore.git'
[bitahub]='https://code.bitahub.com/pooneyy/1Panel-Appstore.git'
[genowisdom]='https://git.genowisdom.cn/pooneyy/1Panel-Appstore.git'
)
mirror_names=("${!mirror_sites[@]}")