Merge branch 'master' into dev

This commit is contained in:
LmeSzinc 2023-09-10 22:46:27 +08:00
commit 5914bb85b0

View File

@ -133,6 +133,9 @@ class GitManager(DeployConfig):
client = GitOverCdnClient(
url='https://vip.123pan.cn/1815343254/pack/LmeSzinc_StarRailCopilot_master',
folder=self.root_filepath,
source='origin',
branch='master',
git=self.git,
)
client.logger = logger
return client