Add typography to webui and fix markdown render problem

This commit is contained in:
yangdx
2025-04-22 17:21:24 +08:00
parent 9a2b6caac9
commit 64f5bb0243
5 changed files with 313 additions and 9 deletions

View File

@@ -36,7 +36,10 @@ export default defineConfig({
// Mermaid-related modules
'mermaid-vendor': ['mermaid'],
// Typography-related modules
'typography-vendor': ['typography'],
// Markdown-related modules
'markdown-vendor': [
'react-markdown',