-
Notifications
You must be signed in to change notification settings - Fork 206
/
project.config.json
55 lines (55 loc) · 1.22 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
{
"client": "./client",
"svr": "./server",
"miniprogramRoot": "./client",
"qcloudRoot": "./server",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"appid": "wx472e8ad45bbfcb79",
"projectname": "GITHUB",
"libVersion": "1.4.4",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "123",
"pathName": "pages/entry/entry",
"query": "",
"scene": "1044",
"shareInfo": {
"groupName": "测试模拟群2",
"shareName": "lFiISuN5RhgJVXnMSre_p1SpGjfbnDwpeO0Pu-T-8fw@cr4dev",
"shareKey": "Ea0iaYi9oGsiIDhIfPLdnaZGqJC9BbQREU4EjevV-PQCOl237si0nM1Al55O_Tu6coYxGojsaAwnzAGz4gSPGw~~"
}
},
{
"id": 1,
"name": "custom",
"pathName": "pages/custom_room/custom_room",
"query": "",
"scene": "1044",
"shareInfo": {
"groupName": "测试模拟群2",
"shareName": "lFiISuN5RhgJVXnMSre_p1SpGjfbnDwpeO0Pu-T-8fw@cr4dev",
"shareKey": "Ea0iaYi9oGsiIDhIfPLdnaZGqJC9BbQREU4EjevV-PQCOl237si0nM1Al55O_Tu6coYxGojsaAwnzAGz4gSPGw~~"
}
}
]
}
}
}