feat: add LiveTemperatureThresholdChart component and corresponding SSE architecture tests

This commit is contained in:
2569718930@qq.com
2026-05-27 00:53:53 +08:00
parent 40dcd6e8f0
commit c4119c1aab
2 changed files with 9 additions and 1 deletions
@@ -475,7 +475,7 @@ export function LiveTemperatureThresholdChart({
: "text-slate-500 hover:text-slate-800"
)}
>
{mode === "auto" ? (isEn ? "Auto" : "高温") : (isEn ? "Full" : "全天")}
{mode === "auto" ? (isEn ? "Peak" : "高温") : (isEn ? "All Day" : "全天")}
</button>
))}
</div>