Skip to content

Commit 66ca645

Browse files
refactor: Optimize code
1 parent 2a84c58 commit 66ca645

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"lodash": "^4.17.21",
3434
"marked": "^12.0.2",
3535
"md-editor-v3": "^4.16.7",
36-
"medium-zoom": "^1.1.0",
3736
"mermaid": "^10.9.0",
3837
"mitt": "^3.0.0",
3938
"moment": "^2.30.1",

ui/src/components/markdown/MdRenderer.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
></FormRander>
3131
<MdPreview
3232
v-else
33-
noIconfont
3433
ref="editorRef"
3534
editorId="preview-only"
3635
:modelValue="item.content"

ui/src/components/markdown/ReasoningRander.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<el-collapse-transition>
88
<div class="border-l mt-8" v-show="showThink">
99
<MdPreview
10-
noIconfont
1110
ref="editorRef"
1211
editorId="preview-only"
1312
:modelValue="content"

0 commit comments

Comments
 (0)