feat: dyn reaction

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-19 21:23:54 +08:00
parent f91a8aa913
commit 7126d05063
16 changed files with 706 additions and 199 deletions

View File

@@ -219,6 +219,7 @@ abstract final class PageUtils {
static Future<void> pushDynDetail(
DynamicItemModel item, {
bool isPush = false,
bool viewComment = false,
}) async {
void push() {
if (item.basic?.commentType == 12) {
@@ -238,6 +239,7 @@ abstract final class PageUtils {
'/dynamicDetail',
arguments: {
'item': item,
if (viewComment) 'viewComment': true,
},
);
}