# ueditorplus-h5 **Repository Path**: mo3408/ueditorplus-h5 ## Basic Information - **Project Name**: ueditorplus-h5 - **Description**: 🌈🌈🌈祝开发者2026元旦快乐!此版为plus版本的h5版本,已包含plus的完整功能,在此基础上面集成365编辑器,只提供dist-min压缩版本 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2025-09-21 - **Last Updated**: 2026-01-05 ## Categories & Tags **Categories**: text-editor **Tags**: ueditorplus ## README 演示地址:[演示效果](https://blog.geh3408.top/ueditorplus/h5/365editor.html) 实例化调用: ```js var ue = UE.getEditor('kolediter', { initialFrameHeight: 540, // 初始化编辑器高度 styleIcon: "https://custom.365editor.com/static/images/owl.png", // 素材区头部的logo图标地址链接,不填或为空则不展示logo styleTitle: "自定义企业logo以及标题", // 素材区头部的title标题,不填或为空则不展示title styleShow: true, // 是否默认展示素材区,true为默认展示,false为默认不展示 styleWidth: 365, // 素材区宽度 appkey: '365editor' // 付费获取的Appkey }); ``` 表单: ```html

``` 效果: ![输入图片说明](wechat_2025-09-21_150936_833.png) 其余请参考代码,vue版本后续整理中!!!