fix: change markdown version

This commit is contained in:
wangdan-fit2cloud 2025-07-14 17:32:56 +08:00
parent ce7afda73c
commit 930f9b083a
4 changed files with 6 additions and 5 deletions

View File

@ -26,15 +26,15 @@
"@vueuse/core": "^13.3.0",
"@wecom/jssdk": "^2.3.1",
"axios": "^1.8.4",
"cropperjs": "^2.0.0-rc.2",
"cropperjs": "^1.6.2",
"dingtalk-jsapi": "^3.1.0",
"echarts": "^5.6.0",
"element-plus": "^2.10.2",
"file-saver": "^2.0.5",
"highlight.js": "^11.11.1",
"katex": "^0.16.10",
"md-editor-v3": "^5.6.1",
"mermaid": "^11.6.0",
"md-editor-v3": "4.16.7",
"mermaid": "^10.9.0",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.1",

View File

@ -19,6 +19,7 @@ import katex from 'katex'
import 'katex/dist/katex.min.css'
import Cropper from 'cropperjs'
import 'cropperjs/dist/cropper.css'
import mermaid from 'mermaid'

View File

@ -158,7 +158,7 @@
>
<template #icon>
<el-avatar shape="square" :size="32" style="background: none">
<AppIcon iconName="app-folder" style="font-size: 32px"></AppIcon>
<img :src="resetUrl(item?.icon, resetUrl('./favicon.ico'))" alt="" />
</el-avatar>
</template>
<template #subTitle>
@ -304,6 +304,7 @@ import useStore from '@/stores'
import { t } from '@/locales'
import { useRouter, useRoute } from 'vue-router'
import { isWorkFlow } from '@/utils/application'
import { isAppIcon, resetUrl } from '@/utils/common'
import { dateFormat } from '@/utils/time'
import { SourceTypeEnum, ValidType, ValidCount } from '@/enums/common'
import permissionMap from '@/permission'

View File

@ -121,7 +121,6 @@ watch(
watch(
() => props.isEdit,
(value) => {
console.log(props.data, props.knowledgeId)
if (!value) {
paragraphFormRef.value?.clearValidate()
}