share-aj

1.0.1 • Public • Published

share-aj

uc qq 分享唤起

Install

$ npm install share-aj --save

Usage

import share from 'share-aj'
share({
    appname: '',  //分享唤起app name 
    settings: '', // 分享设置 
    noSupport () {
        //不支持主动唤起会掉
    }
})
appname 可选值
  sina // 微博
  wechat // 微信
  friend: //朋友圈
  qq: // QQ好友
  qzone: // QQ空间
  注:不填写时 唤起分享浮层
settings 配置项
    title // 标题
    desc // 描述
    url // 分享链接
    imgUrl // 图片链接
    imgTitle // 图片标题
    from // 来源
  注:不同分享生效配置不通

/share-aj/

    Package Sidebar

    Install

    npm i share-aj

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • apathyjade