参数优化

This commit is contained in:
2025-08-18 14:17:58 +08:00
parent f8453c7d76
commit ca2041fe76
5 changed files with 9 additions and 4 deletions
@@ -73,7 +73,7 @@ class HomeActivity : BaseActivity() {
var shelfIndex = 0
// public fun getRealWeight():Double = weightArray[shelfIndex]?:0.0
// 温度
var showTemperatureC = ""
var showTemperatureC = "0"
// 湿度
var showHumidity = "0"
}