feat: match info

opt dateformat

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-15 20:12:57 +08:00
parent 25f4ed6636
commit a2c24fb33c
108 changed files with 1703 additions and 877 deletions

View File

@@ -218,9 +218,9 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
replyItem: response[index],
replyLevel: widget.replyLevel,
replyReply: widget.replyReply,
onReply: () => _videoReplyController.onReply(
onReply: (replyItem) => _videoReplyController.onReply(
context,
replyItem: response[index],
replyItem: replyItem,
index: index,
),
onDelete: (subIndex) =>