new Files

This commit is contained in:
2025-05-04 23:07:09 +08:00
parent fe6fc6576d
commit d5be70128c
45 changed files with 924 additions and 5500 deletions

View File

@ -0,0 +1,14 @@
<template>
<!-- 根据实际部署环境修改 editor.html 的路径 -->
<iframe src="/editor.html" v-bind="objectOfAttrs"></iframe>
</template>
<script setup>
const objectOfAttrs = {
width: '100%',
height: '800vh',
frameborder: 0
}
</script>