chore: 更新项目配置和依赖,优化前后端代码

This commit is contained in:
2026-04-04 20:05:40 +08:00
parent ef162de168
commit be4000b774
33 changed files with 2338 additions and 942 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const props = defineProps({
})
const md = new MarkdownIt({
html: true,
html: false,
linkify: true,
typographer: true
})