From 5cd5e89ed729655f736372aa1265b9502d3f15e4 Mon Sep 17 00:00:00 2001 From: WangXianming <119822522+muwenyan521@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:39:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/manifest_down.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/manifest_down.py b/common/manifest_down.py index a374298..f00f4a4 100644 --- a/common/manifest_down.py +++ b/common/manifest_down.py @@ -10,6 +10,13 @@ async def get(sha, path, repo, session): f'https://jsd.onmicrosoft.cn/gh/{repo}@{sha}/{path}', f'https://raw.dgithub.xyz/{repo}/{sha}/{path}', f'https://raw.githubusercontent.com/{repo}/{sha}/{path}', + f'https://raw.kkgithub.com/{repo}/{sha}/{path}', + f'https://gitdl.cn/https://raw.githubusercontent.com/{repo}/{sha}/{path}', + f'https://ghp.ci/https://raw.githubusercontent.com/{repo}/{sha}/{path}', + f'https://ghproxy.net/https://raw.githubusercontent.com/{repo}/{sha}/{path}', + f'https://fastly.jsdelivr.net/gh/{repo}@{sha}/{path}', + f'https://jsdelivr.pai233.top/gh/{repo}@{sha}/{path}', + f'https://cdn.jsdelivr.net/gh/{repo}@{sha}/{path}', ] retry = 3 while retry: