新增氛围灯功能,对 EQ 名称长度做限制
This commit is contained in:
@@ -274,6 +274,7 @@
|
||||
"addPresetTitle": "新增预设",
|
||||
"addPresetNameEmpty": "名称不能为空",
|
||||
"addPresetNameExists": "名称已存在,请修改后再保存",
|
||||
"addPresetNameTooLong": "名称不能超过 80 个字符",
|
||||
"toastAddPresetOk": "已新增预设",
|
||||
"toastAddPresetFail": "新增预设失败",
|
||||
"toastPresetLimitReached": "预设已达上限({{max}} 个),请先清理后再操作",
|
||||
@@ -796,7 +797,12 @@
|
||||
"deviceName": "设备名称",
|
||||
"firmwareVersion": "固件版本",
|
||||
"macAddress": "MAC 地址",
|
||||
"deviceIp": "设备 IP"
|
||||
"deviceIp": "设备 IP",
|
||||
"sectionAmbientLight": "氛围灯",
|
||||
"ambientLight": "总开关",
|
||||
"ledRed": "红",
|
||||
"ledGreen": "绿",
|
||||
"ledBlue": "蓝"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
|
||||
Reference in New Issue
Block a user