-
Notifications
You must be signed in to change notification settings - Fork 17
/
project.config.json
73 lines (73 loc) · 2.23 KB
/
project.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"appid": "your appid",
"projectname": "WeDaily",
"libVersion": "2.6.2",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 4,
"list": [
{
"id": -1,
"name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide",
"query": ""
},
{
"id": -1,
"name": "登录界面",
"pathName": "pages/loign/login",
"query": "",
"scene": null
},
{
"id": 2,
"name": "测试分享",
"pathName": "pages/invite/invite",
"query": "a=1",
"scene": 1036,
"referrerInfo": {}
},
{
"id": 3,
"name": "测试被分享",
"pathName": "pages/invite/invite",
"query": "user_id=oYQbr0JZYJbMPoTfySMsrzVxMbRM&index=1&name=%E5%AE%9D%E5%AE%9D&content=%E6%88%91%E4%BB%AC%E6%AF%8F%E5%A4%A9%E5%8E%BB%E8%B7%91%E6%AD%A5%E5%90%A7",
"scene": null
},
{
"id": 4,
"name": "测试奖励详情页",
"pathName": "pages/calendar/calendar",
"query": "habit_id=XJTRg8DR1TiND57O&type=award&time=-1&count=96&award={\"_id\":\"XKLV48DR1TiNR1A3\",\"_openid\":\"oYQbr0JZYJbMPoTfySMsrzVxMbRM\",\"avatar\":\"https://wx.qlogo.cn/mmopen/vi_32/p0kEBURPwdVRTR8BZJGQXdv4vGE1LqPcmGmODJmc0CibQSkticQoU19oTteesg1SBGjGibibpsZ9q2GeiatA4nNrFbg/132\",\"content\":\"芸子啊\",\"create_time\":\"2019-04-02T03:24:18.999Z\",\"current_count\":7,\"deadline\":null,\"finish\":0,\"habit_id\":\"XJTRg8DR1TiND57O\",\"habit_name\":\"戒烟\",\"isTime\":false,\"last_count\":100,\"title\":\"一个熊抱\",\"to_partner\":false,\"lastCount\":96,\"habit\":{\"_id\":\"XJTRg8DR1TiND57O\",\"_openid\":\"oYQbr0JZYJbMPoTfySMsrzVxMbRM\",\"create_time\":\"2019-03-22T12:13:54.818Z\",\"end_time\":null,\"icon\":1,\"share\":false,\"status\":0,\"times\":11,\"title\":\"戒烟\",\"weekday\":127,\"finish_id\":\"\",\"finish\":false}}",
"scene": null
}
]
}
}
}