🎨 修改git地址

This commit is contained in:
Wuyi无疑 2023-03-05 14:33:46 +08:00
parent 4de48a26dd
commit 565c111ceb

View File

@ -7,7 +7,7 @@ from pip._internal import main as pip_install
from .path import RUN_CORE, CORE_PATH, GSUID_PATH from .path import RUN_CORE, CORE_PATH, GSUID_PATH
GS_GIT = 'https://ghproxy.com/https://github.com/KimigaiiWuyi/GenshinUID.git' GS_GIT = 'https://ghproxy.com/https://github.com/KimigaiiWuyi/GenshinUID.git'
CORE_GIT = 'https://ghproxy.com/https://github.com/Genshin-bots/gsuid-core.git' CORE_GIT = 'https://ghproxy.com/https://github.com/Genshin-bots/gsuid_core.git'
async def _install(): async def _install():