fix: 消息中心纯文本换行丢失、登录页优化、底部导航液态玻璃效果

This commit is contained in:
jxxghp
2026-04-07 13:10:19 +08:00
parent fe22403e66
commit e2e239f6d9
7 changed files with 176 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ const imageLoadError = ref(false)
// 初始化 markdown-it
const md = new MarkdownIt({
html: true,
breaks: true,
linkify: true,
typographer: true,
})