cialloo
2024-07-21 10:36:42 +08:00
committed by Cialloo
parent b77b7f6850
commit 4acaaf290e
5 changed files with 57 additions and 57 deletions

View File

@@ -35,12 +35,12 @@ class _SettingPageState extends State<SettingPage> {
..removeCurrentSnackBar()
..showSnackBar(
const SnackBar(
content: Text("功能暂未开发, 敬请期待~"),
content: Text('功能暂未开发, 敬请期待~'),
duration: Duration(seconds: 2),
),
);
},
child: const Text("检查更新"),
child: const Text('检查更新'),
),
],
);