当设备未连接时,各页面默认显示英文语言的文本,并在标题追加 (Disconnect)

This commit is contained in:
eafonyang
2026-07-01 11:23:06 +08:00
parent 8283ffcf14
commit ac7b5da0f0
20 changed files with 113 additions and 440 deletions
-4
View File
@@ -13,8 +13,6 @@ import Dashboard from "./pages/Dashboard";
import AudioPage from "./pages/AudioPage";
import EffectsPage from "./pages/EffectsPage";
import BluetoothPage from "./pages/BluetoothPage";
import DspPage from "./pages/DspPage";
import DisplayPage from "./pages/DisplayPage";
import SystemPage from "./pages/SystemPage";
import IOPage from "./pages/IOPage";
import VUPage from "./pages/VUPage";
@@ -52,8 +50,6 @@ function AppRouter() {
<Route path="/eq" component={EQPageRoute} />
<Route path="/effects" component={EffectsPage} />
<Route path="/bluetooth" component={BluetoothPage} />
<Route path="/dsp" component={DspPage} />
<Route path="/display" component={DisplayPage} />
<Route path="/system" component={SystemPage} />
<Route path="/io" component={IOPage} />
<Route path="/vu" component={VUPage} />