增加xpush

This commit is contained in:
yml
2026-05-25 17:20:18 +08:00
parent 28c8575a11
commit 30728c40be
22 changed files with 794 additions and 81 deletions
@@ -53,6 +53,11 @@ router.post(
)
? result.source.channels.bark.recipients.length
: 0,
wpushRecipientCount: Array.isArray(
result.source?.channels?.wpush?.recipients
)
? result.source.channels.wpush.recipients.length
: 0,
},
};
},