首页显示设备名称

This commit is contained in:
eafonyang
2026-07-17 16:48:14 +08:00
parent b7fdfe0101
commit 0a216e1cc6
+1 -1
View File
@@ -615,7 +615,7 @@ export default function Home() {
</div>
{/* Brand label */}
<div className="absolute top-5 left-8">
<span className="text-[11px] font-bold tracking-widest text-white/30">LUXSIN</span>
<span className="text-[11px] font-bold tracking-widest text-white/30">{deviceState?.device ?? "LUXSIN"}</span>
</div>
</div>
</div>