mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 10:08:41 +00: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": "",
|
"biz_id": "",
|
||||||
});
|
});
|
||||||
case RichTextType.at:
|
case RichTextType.at:
|
||||||
list.add({
|
list
|
||||||
"raw_text": '@${e.rawText}',
|
..add({
|
||||||
"type": 2,
|
"raw_text": '@${e.rawText}',
|
||||||
"biz_id": e.id,
|
"type": 2,
|
||||||
});
|
"biz_id": e.id,
|
||||||
|
})
|
||||||
|
..add({
|
||||||
|
"raw_text": ' ',
|
||||||
|
"type": 1,
|
||||||
|
"biz_id": "",
|
||||||
|
});
|
||||||
case RichTextType.emoji:
|
case RichTextType.emoji:
|
||||||
list.add({
|
list.add({
|
||||||
"raw_text": e.rawText,
|
"raw_text": e.rawText,
|
||||||
|
|||||||
Reference in New Issue
Block a user