opt view dyn reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-24 18:07:01 +08:00
parent fcf4e72d8e
commit 161bf2eedb
4 changed files with 31 additions and 6 deletions

View File

@@ -372,6 +372,7 @@ abstract final class PageUtils {
static Future<void> pushDynDetail(
DynamicItemModel item, {
bool isPush = false,
bool viewReply = false,
}) async {
feedBack();
@@ -389,6 +390,7 @@ abstract final class PageUtils {
'/dynamicDetail',
arguments: {
'item': item,
'viewReply': viewReply,
},
);
}