codecamp

更新日志

1.31.0

[2019-08-13]

  • 广告组件支持关闭事件 bindclose 属性
  • canvas 支持 createLinearGradiant API


1.30.0

[2019-08-06]

  • 增加关注头条号 API: followOfficialAccount


1.28.0

[2019-07-23]

  • 小游戏增加 api onMemoryWarning
  • web-view 组件支持 progressbarColor 属性
  • web-view 组件支持 load 事件
  • 增加 api compressImage
  • 增加 ap ichooseLocation
  • 增加 api onUserCaptureScreen、 offUserCaptureScreen
  • 增加 canvas 的 beginPath 和 fillRect API


1.27.0

[2019-07-16]

  • 增加背景音 api getBackgroundAudioManager


1.25.0

[2019-07-02]

  • 小程序增加 API:getMenuButtonLayout, getMenuButtonBoundingClientRect

1.23.0

[2019-06-18]

  • 小游戏新增互跳组件


1.22.2

[2019-06-18]

  • 小程序新增互动组件 api(用于 feed 入口评论、点赞场景)


1.21.0

[2019-06-06]

  • 修复 input 组件在自定义组件内无法触发 bindinput 的 bug


1.20.1

[2019-06-04]

  • 修复innerAudio的 bug安卓上,从后台切回前台时播放状态异常的问题
  • 修复 text 组件在安卓上选中后,点击页面其它地方无法取消选中
  • 修复 textarea 在设置 padding 的情况下,高度可能异常的 bug


1.20.0

[2019-05-27]

  • 扩展视频裁剪功能,支持自定义裁剪排序,新增参数支持
  • 修复innerAudio的 bug音频播放时,如果切换其它应用播放其它音频,安卓上会出现还在播放的情况
  • 修复downloadFile方法 ios 和安卓表现不一致的问题
开发者工具更新及下载
版本分布及各APP对应关系
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

无标题目录

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题文章

无标题目录

无标题文章

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }