🚀 添加一个资源站 (#37)

This commit is contained in:
qianxu 2023-10-26 19:57:13 +08:00 committed by KimigaiiWuyi
parent 7a3c5a36a7
commit b6d9d4a9f7

View File

@ -58,8 +58,9 @@ async def check_speed():
URL_LIB = { URL_LIB = {
'[JPFRP]': 'http://jp-2.lcf.icu:13643', '[JPFRP]': 'http://jp-2.lcf.icu:13643',
'[qxqx]': 'https://kr-arm.qxqx.me',
'[HKFRP]': 'http://hk-1.5gbps-2.lcf.icu:10200', '[HKFRP]': 'http://hk-1.5gbps-2.lcf.icu:10200',
'[qianxu-jp]': 'https://jp.qxqx.me',
'[qianxu-kr]': 'https://kr-arm.qxqx.me',
} }
TAG, BASE_URL = await find_fastest_url(URL_LIB) TAG, BASE_URL = await find_fastest_url(URL_LIB)