Refactor ConnectScreen to use logo image instead of SVG, enhance EQPage with batch editing functionality for PEQ settings, and implement power off confirmation dialog in Home component. Update localization files for new power off features.

This commit is contained in:
yangy
2026-04-21 14:31:31 +08:00
parent 0aa856ed84
commit cf970a6a7f
9 changed files with 300 additions and 32 deletions
+13 -1
View File
@@ -1,5 +1,17 @@
{
"home": { "audioSet": "音訊設定","power": "電源", "input": "輸入源", "output": "輸出端口", "vu":"VU表"},
"home": {
"audioSet": "音訊設定",
"power": "電源",
"input": "輸入源",
"output": "輸出端口",
"vu": "VU表",
"powerOffConfirmTitle": "確認關閉電源?",
"powerOffConfirmDesc": "裝置將關機並中斷與本應用程式的連線,是否繼續?",
"powerOffConfirmOk": "關閉電源",
"powerOffConfirmCancel": "取消",
"powerOffToastDemo": "演示模式:已中斷與裝置的連線",
"powerOffToastSent": "已傳送關機指令"
},
"source": {
"label": "輸入/輸出",
"input": { "coaxial": "同軸", "optical": "光纖", "bluetooth": "藍牙", "rca": "類比RCA" },