feat: BlockQoute display in client

This commit is contained in:
CrescentLeaf
2025-12-05 21:27:05 +08:00
parent b4a60bcbe2
commit 185f5480fa
4 changed files with 51 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ function prettyFlatParsedMessage(html: string) {
const textElementTags = [
'chat-text',
'chat-mention',
'chat-quote',
]
function checkContinuousElement(tagName: string) {
/* console.log('shangyige ', lastElementType)