Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
riyue committed Dec 25, 2019
1 parent 092688f commit 8cb8e72
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.13.16(2019-12-25)
* 更新:更新场景值描述

## 1.13.15(2019-12-24)
* 修复:修复使用批量发送方式发送数据时,网络从无网切换到有网时,数据无法发送的问题
* 优化:onLaunch onShow 生命周期函数中,参数对象中获取不到scene值时的处理逻辑
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sa-sdk-miniprogram",
"version": "1.13.15",
"version": "1.13.16",
"description": "sensorsdata miniprogram sdk",
"main": "sensorsdata.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sensorsdata.custom.es6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.custom.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sensorsdata.full.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.13.15',
LIB_VERSION = '1.13.16',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down Expand Up @@ -174,8 +174,8 @@ var mp_scene = {
1104: '微信聊天主界面下拉,“我的小程序”栏',
1106: '聊天主界面下拉,从顶部搜索结果页,打开小程序',
1107: '订阅消息,打开小程序',
1113: '安卓手机负一屏,打开小程序(三星',
1114: '安卓手机侧边栏,打开小程序(三星)',
1113: '安卓手机负一屏,打开小程序(三星)',
1114: '安卓手机侧边栏,打开小程序(三星)',
1124: '扫“一物一码”打开小程序',
1125: '长按图片识别“一物一码”',
1126: '扫描手机相册中选取的“一物一码”',
Expand Down
6 changes: 3 additions & 3 deletions sensorsdata.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var ArrayProto = Array.prototype,
slice = ArrayProto.slice,
toString = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty,
LIB_VERSION = '1.13.15',
LIB_VERSION = '1.13.16',
LIB_NAME = 'MiniProgram';

var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';
Expand Down Expand Up @@ -174,8 +174,8 @@ var mp_scene = {
1104: '微信聊天主界面下拉,“我的小程序”栏',
1106: '聊天主界面下拉,从顶部搜索结果页,打开小程序',
1107: '订阅消息,打开小程序',
1113: '安卓手机负一屏,打开小程序(三星',
1114: '安卓手机侧边栏,打开小程序(三星)',
1113: '安卓手机负一屏,打开小程序(三星)',
1114: '安卓手机侧边栏,打开小程序(三星)',
1124: '扫“一物一码”打开小程序',
1125: '长按图片识别“一物一码”',
1126: '扫描手机相册中选取的“一物一码”',
Expand Down
2 changes: 1 addition & 1 deletion sensorsdata.min.es6.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.plugin.es6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sensorsdata.plugin.min.js

Large diffs are not rendered by default.

0 comments on commit 8cb8e72

Please sign in to comment.