feat: 修改markdown格式化&实时对话sketch
This commit is contained in:
10
src/views/home/agent/components/UrlCard.vue
Normal file
10
src/views/home/agent/components/UrlCard.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<ReportCard :report="{title: 'WebSources', content: 'Destination URL'}"/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ReportCard from './ReportCard.vue'
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user