定制化amis-editor,用最简单的方式使用amis-editor

金毅
2023-12-01

这是amis-editor编辑器,简易版,打包后,在index.html页面提供AMIS_JSON,和保存接口即可 示例,可以参考dist/index.html,dist目录是项目打包后的文件,可以直接使用

AMIS_JSON={
    "type":"body",
    "title":"标题",
    "body":"内容"
}

saveAmis = function(schema){
    console.info("保存",schema);
}

开源项目地址

jqp-amis-editor: 定制化amis-editor,用最简单的方式使用,对外暴露两个接口,提供AMIS_JSON初始化schema和保存接口即可

 类似资料: