opt reply item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 20:17:15 +08:00
parent 3655c31a48
commit f4d3ec39a0
45 changed files with 71 additions and 74 deletions

View File

@@ -47,7 +47,7 @@ class _MemberDynamicsPageState extends State<MemberDynamicsPage>
super.build(context);
return widget.mid == null
? Scaffold(
appBar: AppBar(title: const Text('Ta的动态')),
appBar: AppBar(title: const Text('的动态')),
body: _buildBody,
)
: _buildBody;