Skip to content

Commit

Permalink
Release 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyonggen committed Dec 3, 2021
1 parent 26cb4b2 commit c39241b
Show file tree
Hide file tree
Showing 15 changed files with 2,120 additions and 49 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.16.1(2021-12-3)
1. 新增
- 支持 `ID-Mapping 3.0` 用户关联协议

## 1.15.1(2021-12-2)
1. 新增
- 新增支持数据传输加密
Expand Down
9 changes: 9 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// config.js
var sensors_data_pre_config = {
login_id_key: '' // 配置 login_id_key 的值
};

global.sensors_data_pre_config = sensors_data_pre_config;

export default sensors_data_pre_config;
// module.exports = sensors_data_pre_config; // 如果为 require 方式则注释 export default 代码
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.15.1",
"version": "1.16.1",
"description": "sensorsdata miniprogram sdk",
"main": "sensorsdata.min.js",
"scripts": {
Expand Down
Loading

0 comments on commit c39241b

Please sign in to comment.