当前位置: 首页 > 工具软件 > H5DS > 使用案例 >

html制作h5页面代码,GitHub - h5ds/h5ds: H5DS (HTML5 Design software) 这是一款基于WEB的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5...

杜俊远
2023-12-01
H5DS

$(function() {

/**

* 参数说明:

callBack, // 渲染完成后的回调函数 Function

data, // 默认加载的数据 Object

plugins = [], // 加载的插件名称 eg: ['demo']

imageSourceModal, // 图片资源弹窗 ReactDOM

soundSourceModal, // 音乐资源弹窗 ReactDOM

template, // 单页模板列表 ReactDOM

publishHost = '', // 发布应用的HOST地址:eg: http://localhost:8888

pluginsHost = '.', // 插件加载地址,默认: '.',自动会加上 '/plugins'

publishApp, // 发布APP。Function return Promise

saveApp, // 保存APP 。 Function return Promise

headerNav, // 右上角的链接。右上角可以自定义菜单 ReactDOM

savePage, // 收藏页面调用 Function return Promise

saveLayer, // 收藏图层调用 Function reutrn Promise

appId = 'test_app_id', // appId

target = document.querySelector('body') // 默认渲染的区域,默认是document.querySelector('body')

*/

new H5DSCore({

target: document.getElementById('App')

});

})

 类似资料: