mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 15:34:16 +08:00
style(onboarding): 不可用能力提示改为「该能力目前不可用」
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user