1.0.3 • Published 7 years ago

wepy-plugin-img2cloud v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

wepy 图片转 base64 插件 或 上传到腾讯云

安装

npm install wepy-plugin-img2cloud --save-dev

配置wepy.config.js

module.exports.plugins = {
    'img2cloud': {
      mode:"qcloud",//base64:直接转为base64,qcloud:上传到腾讯云对象存储
      qcloud:{
        appId: '',
        bucket: '', // Bucket 名称
        secretId: '',
        secretKey: '',
        region: '' // 地区,sh,gz,tj
      }
    }
};
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago