mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: push bilibili://following/detail
Closes #576 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -70,7 +70,7 @@ class _ReplyMePageState extends State<ReplyMePage> {
|
||||
),
|
||||
),
|
||||
title: Text(
|
||||
"${item.user?.nickname}${item.isMulti == 1 ? '等人' : ''} "
|
||||
"${item.user?.nickname} ${item.isMulti == 1 ? '等人' : ''}"
|
||||
"回复了我的${item.item?.business} ${item.isMulti == 1 ? ',共${item.counts}条' : ''}",
|
||||
style: Theme.of(context)
|
||||
.textTheme
|
||||
|
||||
Reference in New Issue
Block a user