新增:社区板块

This commit is contained in:
2025-03-01 14:04:05 +08:00
parent 8d19a58e9d
commit abb9a4dbe7
9 changed files with 710 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
<template>
<MdPreview v-if="editor === 2" :id="id" :modelValue="data" />
<div v-else v-html="data"></div>
<div v-if="editor === 1" v-html="data"></div>
<MdPreview v-else :id="id" :modelValue="data" />
</template>
<script setup lang="ts">