feat: add credentials change feature. Fix #6.

This commit is contained in:
sususweet
2025-09-28 20:51:14 +08:00
parent f3246eb779
commit d87156d3e3
3 changed files with 78 additions and 5 deletions

View File

@@ -49,6 +49,15 @@
},
"title": "Configure"
},
"change_credentials": {
"title": "Change Credentials",
"description": "Change Midea cloud account's username and password",
"data": {
"account": "Username",
"password": "Password",
"server": "Server"
}
},
"reset":{
"title": "Reset the configuration of appliance",
"description": "Remove the old configuration and make a new configuration use template\nIf your configuration was modified, the changes will lost\nIf your appliance type or model not in template, then the new configuration won't be made",

View File

@@ -49,6 +49,15 @@
},
"title": "选项"
},
"change_credentials": {
"title": "修改账号密码",
"description": "修改美的云账号的用户名和密码",
"data": {
"account": "用户名",
"password": "密码",
"server": "服务器"
}
},
"reset":{
"title": "重置配置文件",
"description": "移除已有的设备配置,并使用标准模板重新生成设备配置\n如果你的设备配置json文件进行过修改重置之后修改将丢失\n如果标准模板中没有该设备类型则不会生成设备配置",