同步闭源版本代码:自动执行升级SQL、历史记录改为数据库存储、去掉git操作,优化代码结构,去掉不需要的文件

This commit is contained in:
暮光:城中城
2023-01-05 20:13:16 +08:00
parent fe1da585ac
commit b8dcdf93a1
109 changed files with 2469 additions and 8158 deletions

View File

@@ -1,27 +0,0 @@
<template>
<div style="padding: 10px;" class="page-editor-vue">
<mg-editor></mg-editor>
</div>
</template>
<script>
import mgEditor from '../../components/editor2/MgEditor'
export default {
data() {
return {
editor: {},
};
},
components: {
'mg-editor': mgEditor,
},
mounted: function () {
},
methods: {
}
}
</script>
<style>
</style>