This commit is contained in:
eafonyang
2026-07-17 16:47:19 +08:00
parent 4f3427b44f
commit 5696f8233c
27 changed files with 35 additions and 174 deletions
+1 -11
View File
@@ -36,7 +36,6 @@ import {
Sliders,
Activity,
Gauge,
Undo2,
Bluetooth,
SkipBack,
SkipForward,
@@ -635,7 +634,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>
@@ -965,15 +964,6 @@ export default function Home() {
thumbnail={`${import.meta.env.BASE_URL}images/vu/vu${(ds.vu ?? 0) + 1}.png`}
onClick={() => setLocation("/vu")}
/>
<ListRow
icon={<Undo2 size={18} />}
label={homeText.backToLegacy ?? "返回旧版"}
onClick={() => {
const target = ip.trim();
if (!target) return;
window.location.href = `https://am.luxsinaudio.com/i.html?ip=${encodeURIComponent(target)}`;
}}
/>
</div>
</div>