fix: show 4-layer scores for BTC too (removed !isBTC guard)
This commit is contained in:
parent
2a9e4db756
commit
dfcf4f43c4
@ -312,15 +312,13 @@ function IndicatorCards({ symbol }: { symbol: Symbol }) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* ALT四层 */}
|
||||
{!isBTC && (
|
||||
{/* 四层分数 — ALT和BTC都显示 */}
|
||||
<div className="mt-2 space-y-1">
|
||||
<LayerScore label="方向" score={data.factors?.direction?.score ?? 0} max={55} colorClass="bg-blue-600" />
|
||||
<LayerScore label="拥挤" score={data.factors?.crowding?.score ?? 0} max={25} colorClass="bg-violet-600" />
|
||||
<LayerScore label="环境" score={data.factors?.environment?.score ?? 0} max={15} colorClass="bg-emerald-600" />
|
||||
<LayerScore label="辅助" score={data.factors?.auxiliary?.score ?? 0} max={5} colorClass="bg-slate-500" />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* ALT Gate 卡片 */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user