forked from iamxjb/winxin-app-watch-life.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.config.json
52 lines (52 loc) · 903 Bytes
/
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
{
"description": "项目配置文件。",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.94",
"appid": "wx39075d0bde24f9f7",
"projectname": "%22%E5%AE%88%E6%9C%9B%E8%BD%A9%22%E7%BD%91%E7%AB%99%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"miniprogramRoot": "./",
"condition": {
"search": {
"current": -1,
"list": [
{
"name": "test",
"pathName": "",
"title": "",
"cacheKey": ""
}
]
},
"conversation": {
"current": 0,
"list": [
{
"name": "test",
"query": "",
"boxQI": "",
"service": {}
}
]
},
"miniprogram": {
"current": -1,
"list": [
{
"name": "test",
"pathName": "COMPONENT/music",
"query": "a=哈哈",
"scene": 1044,
"shareInfo": {},
"referrerInfo": {}
}
]
}
}
}