style(onboarding): 不可用能力提示改为「该能力目前不可用」

This commit is contained in:
shy3130
2026-08-30 19:20:51 +08:00
parent 9a4621c8de
commit 10f01ea091
+1 -1
View File
@@ -685,7 +685,7 @@ function ResultStep({ onNext, onBack }: { onNext: () => void; onBack: () => void
{r.candidates.length > 0
? `可切换候选:${r.candidates.map(c => c.display).join(' / ')}`
: isTickflow && !hasKey
? '配置 TickFlow Key 后可解锁'
? '该能力目前不可用'
: '暂无可用候选,可在设置中排查该源'}
</div>
)}