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
+11 -1
View File
@@ -1,6 +1,16 @@
{
"home": {
"audioSet": "Audio setting","power": "power", "input": "input", "output": "output", "vu":"VU meter"
"audioSet": "Audio setting",
"power": "Power",
"input": "Input",
"output": "Output",
"vu": "VU meter",
"powerOffConfirmTitle": "Turn off the device?",
"powerOffConfirmDesc": "The device will shut down and disconnect from this app. Do you want to continue?",
"powerOffConfirmOk": "Turn off",
"powerOffConfirmCancel": "Cancel",
"powerOffToastDemo": "Demo mode: disconnected from the device.",
"powerOffToastSent": "Shutdown command sent."
},
"source": {
"label": "Input/Output",