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

@@ -1,12 +1,12 @@
<template>
<view>
<ua-markdown :source="text" />
<zero-markdown-view :markdown="text" :aiMode='true'></zero-markdown-view>
</view>
</template>
<script setup>
import { defineProps } from "vue";
defineProps({
text: {
type: String,