mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
opt dyn publish
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -239,11 +239,17 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
"biz_id": "",
|
||||
});
|
||||
case RichTextType.at:
|
||||
list.add({
|
||||
"raw_text": '@${e.rawText}',
|
||||
"type": 2,
|
||||
"biz_id": e.id,
|
||||
});
|
||||
list
|
||||
..add({
|
||||
"raw_text": '@${e.rawText}',
|
||||
"type": 2,
|
||||
"biz_id": e.id,
|
||||
})
|
||||
..add({
|
||||
"raw_text": ' ',
|
||||
"type": 1,
|
||||
"biz_id": "",
|
||||
});
|
||||
case RichTextType.emoji:
|
||||
list.add({
|
||||
"raw_text": e.rawText,
|
||||
|
||||
Reference in New Issue
Block a user