[6.9.0]消息盒子调整OTA升级结果ICON显示

This commit is contained in:
xuxinchao
2025-01-02 12:09:35 +08:00
parent 3486031e93
commit a77a72e6b5
14 changed files with 47 additions and 18 deletions

View File

@@ -6,6 +6,9 @@ import java.io.Serializable
/**
* OTA升级相关消息
* @param type 类型 “成功” “失败” 代表OTA升级结果
* @param title OTA升级结果标题
* @param des OTA升级结果内容
*/
data class OTAMsg(var type: String = "", var title: String? = "", var des: String? = ""):
Serializable {