new: more battery data & fix: auto reload

This commit is contained in:
lollipopkit
2023-12-20 17:26:04 +08:00
parent 7283c968ae
commit 4a93b326db
26 changed files with 247 additions and 147 deletions

View File

@@ -131,7 +131,7 @@ class _PingPageState extends State<PingPage>
),
subtitle: Text(
_buildPingSummary(result, unknown, ms),
style: UIs.textSize11,
style: UIs.text11,
),
trailing: Text(
'${l10n.pingAvg}${result.statistic?.avg?.toStringAsFixed(2) ?? l10n.unknown} $ms',