Merge remote-tracking branch 'origin/lollipopkit/issue727'

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-04-25 18:33:36 +08:00
26 changed files with 62 additions and 82 deletions

View File

@@ -38,7 +38,7 @@ class _IPerfPageState extends State<IPerfPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
appBar: CustomAppBar(
title: const Text('iperf'),
),
body: _buildBody(),