更新记录

1.0.2(2025-08-11) 下载此版本

  1. 支持鸿蒙

1.0.1(2025-04-21) 下载此版本

  1. 修复鸿蒙打包错误问题

1.0.0(2025-03-18) 下载此版本

  1. UxFrame 系统分享插件
查看更多

平台兼容性

云端兼容性

阿里云 腾讯云 支付宝云

uni-app x(4.75)

Chrome Safari Android iOS 鸿蒙 微信小程序
- - 5.0 -

logo

UxFrame 系统分享SDK 1.0.2

特别说明

如果您已经购买了UxFrame 低代码高性能UI框架, 则无需再次购买本插件,请点击上方进入交流群联系我免费获取离线版插件!

使用方法


import * as share from "@/uni_modules/ux-share"

function shareText() {
    share.shareWithSystem({
        type: 'text',
        title: 'UxFrame低代码高性能UI框架',
        summary: 'UxFrame是基于UNI-APP-X开发的低代码高性能原生UI框架',
        href: 'https://www.uxframe.cn',
        imageUrl: '/static/logo.png'
    } as share.UxShareWithSystemOptions)
}

function shareImage() {
    share.shareWithSystem({
        type: 'image',
        imageUrl: '/static/logo.png'
    } as share.UxShareWithSystemOptions)
}

function shareFile() {
    share.shareWithSystem({
        type: 'file',
        href: '/static/demo.pdf'
    } as share.UxShareWithSystemOptions)
}

文档教程 ⬇️

https://www.uxframe.cn

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

插件不采集任何数据

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议