UNPKG
wx2
Version:
latest (1.1.0)
1.1.0
1.0.20
1.0.19
1.0.18
1.0.17
1.0.3
1.0.2
1.0.1
微信小程序 转换 百度小程序
wx2
/
test
/
source
/
.joyrc.js
13 lines
(10 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@author
xujie07
@baidu
.com *
@date
2019/12/9 */
'use strict'
;
module
.
exports
= {
project_type
:
'u-design'
,
getuserinfo
:
'getUserInfoHandle'
//微信open-type的回调函数,默认推荐为getuserinfo,可配置其他值
//。。。其他自定义转换规则
};