refactor(Home): 主页图片走后端获取,修改git clone的地址

This commit is contained in:
2025-09-02 00:00:51 +08:00
parent 42710ecf60
commit 76aff5d627
99 changed files with 9 additions and 7 deletions

View File

@@ -258,7 +258,7 @@ export async function cloneBackend(
'--depth',
'1',
'--branch',
'feature/refactor-backend',
'feature/refactor',
repoUrl,
tmpDir,
],