new Files

This commit is contained in:
2025-04-29 19:11:52 +08:00
parent 1a86b9bfc1
commit fe6fc6576d
90 changed files with 11768 additions and 663 deletions

View File

@ -15,10 +15,10 @@
<script>
require.config({
baseUrl: 'http://localhost:81/src',
paths: {'editor': 'editor'}
paths: {'editor': 'vender/editor'}
})
require(['editor'], function () {
require(['public/vender/editor.js'], function () {
//配置项可以不设置,会使用默认设置
let option = {