fix: 补齐评分 CLI 运行依赖

This commit is contained in:
root
2026-07-16 10:49:10 +02:00
parent aea5dc65cb
commit 07b7c462b4
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ async function remote(parsed: Parsed, config: ReturnType<typeof loadConfig>, tar
checks: {
status: status.ok === true,
scores: scores.ok === true,
refresh: refreshed.ok === true,
refresh: refreshed.ok === true && refreshed.snapshotOk === true,
ranking: ranking.ok === true,
lottery: lottery.ok === true,
},