-
Notifications
You must be signed in to change notification settings - Fork 11
/
project.config.json
90 lines (90 loc) · 1.66 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "2.3.2",
"appid": "wxd9cf69b2b560c65f",
"projectname": "%E6%88%91%E7%9A%84%E5%B0%8F%E7%A8%8B%E5%BA%8F%E6%A8%A1%E6%9D%BF",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 7,
"list": [
{
"id": 0,
"name": "data的赋值与取值",
"pathName": "pages/data-value/data-value",
"query": ""
},
{
"id": -1,
"name": "正在参与",
"pathName": "pages/participating/participating",
"query": ""
},
{
"id": 2,
"name": "语音列表",
"pathName": "pages/audio/audio-list/audio-list",
"query": ""
},
{
"id": -1,
"name": "语音详情",
"pathName": "pages/audio/audio-detail/audio-detail",
"query": ""
},
{
"id": -1,
"name": "语音评论详情",
"pathName": "pages/audio/comment/comment",
"query": ""
},
{
"id": -1,
"name": "视频列表",
"pathName": "pages/video/video-list/video-list",
"query": ""
},
{
"id": -1,
"name": "视频详情",
"pathName": "pages/video/video-detail/video-detail",
"query": ""
},
{
"id": -1,
"name": "列表收藏",
"pathName": "pages/favorite/favorite"
}
]
}
}
}