-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.config.json
More file actions
50 lines (50 loc) · 1.14 KB
/
project.config.json
File metadata and controls
50 lines (50 loc) · 1.14 KB
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
{
"client": "./client",
"svr": "./server",
"appid": "wxea530f85f5422977",
"projectname": "%E7%8A%B6%E5%85%83%E8%AF%BE%E7%A8%8B%E8%A1%A8",
"setting": {
"newFeature": true
},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "群聊会话中的小程序消息卡片",
"pathName": "pages/course/course",
"query": "pk_course=26b651c7-4dc3-5d24-b540-4861880f5577",
"scene": "1044",
"shareInfo": {
"groupName": "测试模拟群1",
"shareName": "QVvf-zBbvsS7zBhZvJg7DRTGMKkOu7sfws1A8xOYo8c@cr4dev",
"shareKey": "1d8Wo7keBPqX6fGiPDFNKwzwAtmksJv0uzDfrALSRc65B0_bcbVuUqBbpIejbTWprnwpcTQl5uJXxVxKynRQ7A~~"
}
},
{
"id": 1,
"name": "单人聊天小程序分享卡片",
"pathName": "pages/course/course",
"query": "pk_course=f13120a0-9115-58a2-94ff-757cb2ec1f99",
"scene": "1007"
},
{
"id": 2,
"name": "扫描二维码",
"pathName": "pages/course/course",
"query": "",
"scene": "1011"
}
]
}
}
}