Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-14 12:13:17 +08:00
parent 025775d231
commit 09be4f45f0
78 changed files with 428 additions and 849 deletions

View File

@@ -87,7 +87,7 @@ class _AboutPageState extends State<AboutPage> {
final subTitleStyle = TextStyle(fontSize: 13, color: outline);
final showAppBar = widget.showAppBar;
final padding = MediaQuery.viewPaddingOf(context);
return scaffold(
return scaffold_(
appBar: showAppBar ? AppBar(title: const Text('关于')) : null,
body: ListView(
padding: EdgeInsets.only(