EEUI.APP
首页
文档
- 指南
- 组件
- 模块
插件
- 插件市场
- 开发文档
热更新
控制台
Editor
例子
社区
需要加载的模块
## # eeui.shareText
const eeui = app.requireModule('eeui');
调用系统分享文字
### # params 参数说明
/@param text/eeui.shareText(text)
| 属性名 | 类型 | 必须 | 描述 | 默认值 |
|---|---|---|---|---|
| text | String | √ | 分享的文字内容 | - |
## # eeui.shareImage
//示例eeui.shareText("如果你喜欢 eeui,可以通过 Star 来表示,https://github.com/kuaifan/eeui");
调用系统分享图片
### # params 参数说明
/@param imgUrl/eeui.shareImage(imgUrl)
| 属性名 | 类型 | 必须 | 描述 | 默认值 |
|---|---|---|---|---|
| imgUrl | String | √ | 分享的图片地址 | - |
在 GitHub 上编辑此页
//示例eeui.shareImage("https://eeui.app/app/demo.png");
最后一次更新: 6/7/2019, 8:03:58 AM
