更换backend和platform的编辑器

This commit is contained in:
2026-07-16 17:31:41 +08:00
parent 834c088aa2
commit 281c812f42
18 changed files with 2803 additions and 2643 deletions
@@ -16,7 +16,7 @@
</div>
<div class="editor-body">
<TiptapEditor v-model="noteContent" />
<UmoEditor v-model="noteContent" />
</div>
</div>
</template>
@@ -179,9 +179,5 @@ onMounted(() => {
flex: 1;
padding: 20px;
overflow: hidden;
:deep(.tiptap-editor-wrapper) {
height: 100%;
}
}
</style>