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

@@ -11,6 +11,7 @@ import './ui/custom-elements/chat-file.ts'
import './ui/custom-elements/chat-text.ts'
import './ui/custom-elements/chat-mention.ts'
import './ui/custom-elements/chat-text-container.ts'
import './ui/custom-elements/chat-quote.ts'
import App from './ui/App.tsx'
import AppMobile from './ui/AppMobile.tsx'