feat: record reply

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-08 11:25:20 +08:00
parent 1e83a23c5c
commit a1f15b5da5
10 changed files with 199 additions and 13 deletions

View File

@@ -429,8 +429,8 @@ class _ReplyPageState extends CommonRichTextPubPageState<ReplyPage> {
);
if (res case Success(:final response)) {
hasPub = true;
SmartDialog.showToast(response['success_toast']);
Get.back(result: response['reply']);
SmartDialog.showToast('发送成功');
Get.back(result: response);
} else {
res.toast();
}