feat(v0.2): 完善量化研究与二次开发能力

This commit is contained in:
shy3130
2026-08-13 20:16:02 +08:00
parent 57eb641275
commit 8fe5dac7bd
105 changed files with 4974 additions and 678 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ if (-not (Test-Path (Join-Path $BackendDir '.venv')) -or $BackendExtraArgs.Count
Log-Info 'first run - installing Python deps (1-2 min)...'
}
Push-Location $BackendDir
try { & uv sync @BackendExtraArgs } finally { Pop-Location }
try { & uv sync --frozen @BackendExtraArgs } finally { Pop-Location }
if ($LASTEXITCODE -ne 0) { Log-Err 'uv sync failed'; exit 1 }
Log-Ok 'backend deps installed'
}