feat: 替换了markdown 的组件

This commit is contained in:
2025-07-26 10:22:41 +08:00
parent 5321b27176
commit cb22c0531c
25 changed files with 3697 additions and 5942 deletions

View File

@@ -0,0 +1,6 @@
export default {
// copyByLongPress: false, // 是否需要长按代码块时显示复制代码内容菜单
copyByClickCode: true, // 点击代码块复制
showLanguageName: true, // 是否在代码块右上角显示语言的名称
// showLineNumber: false // 是否显示行号,需要重新打包mp-html
}