针对1.4.7的擦屁股操作:优化status=full的判定逻辑

This commit is contained in:
2026-07-08 23:30:20 +08:00
parent 6af7ad6cd2
commit 23d5c3b341
4 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -11,14 +11,14 @@ class ChargeDetailPage extends StatelessWidget {
final int? wiredLevel;
const ChargeDetailPage({
Key? key,
super.key,
required this.chargeType,
required this.isWireless,
required this.power,
required this.volt,
required this.curr,
this.wiredLevel,
}) : super(key: key);
});
String _getProtocolDisplay() {
if (isWireless) return '无线充电($chargeType';