diff --git a/ui/package.json b/ui/package.json index 3ec76495a..df369cee5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,6 @@ "lodash": "^4.17.21", "marked": "^12.0.2", "md-editor-v3": "^4.16.7", - "medium-zoom": "^1.1.0", "mermaid": "^10.9.0", "mitt": "^3.0.0", "moment": "^2.30.1", diff --git a/ui/src/components/ai-chat/component/question-content/index.vue b/ui/src/components/ai-chat/component/question-content/index.vue index c5b38aaf7..d60625c49 100644 --- a/ui/src/components/ai-chat/component/question-content/index.vue +++ b/ui/src/components/ai-chat/component/question-content/index.vue @@ -1,19 +1,7 @@ diff --git a/ui/src/components/markdown/MdRenderer.vue b/ui/src/components/markdown/MdRenderer.vue index 1cbdc7deb..5761bce44 100644 --- a/ui/src/components/markdown/MdRenderer.vue +++ b/ui/src/components/markdown/MdRenderer.vue @@ -30,7 +30,6 @@ >
+ :record="recordList" + > + +
@@ -57,6 +66,11 @@ const applicationDetail = computed({ }, set: (v) => {} }) +const recordList = ref([]) + +function newChat() { + recordList.value = [] +}