webman迁移

This commit is contained in:
2026-03-18 11:22:12 +08:00
parent dab3b3148f
commit ea77c7b3a1
623 changed files with 38163 additions and 106 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div class="tips">{{ $t('utils.Please install editor') }}</div>
</template>
<script setup lang="ts"></script>
<style scoped lang="scss">
.tips {
color: var(--el-text-color-placeholder);
}
</style>