mod: 界面及无障碍调整

This commit is contained in:
orz12
2024-03-13 18:38:59 +08:00
parent cc6da716bc
commit 4d5f57b8d0
16 changed files with 277 additions and 222 deletions

View File

@@ -58,7 +58,7 @@ class _MemberDynamicsPageState extends State<MemberDynamicsPage> {
appBar: AppBar(
titleSpacing: 0,
centerTitle: false,
title: Text('的动态', style: Theme.of(context).textTheme.titleMedium),
title: Text('Ta的动态', style: Theme.of(context).textTheme.titleMedium),
),
body: CustomScrollView(
physics: const AlwaysScrollableScrollPhysics(),