-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.config.json
55 lines (55 loc) · 1.05 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
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false
},
"compileType": "miniprogram",
"libVersion": "2.33.0",
"appid": "wxcf5102ada68a7ac9",
"projectname": "%E4%B8%AA%E4%BA%BA%E7%9B%B8%E5%86%8C",
"cloudfunctionRoot": "cloud/functions/",
"condition": {
"miniprogram": {
"list": [
{
"name": "评论",
"pathName": "pages/review/review",
"query": ""
},
{
"name": "编辑",
"pathName": "pages/detail/detail",
"query": "url=https://tcb-def7de.tcb.qcloud.la/1531733018488-1224544.png"
},
{
"name": "相册详情页",
"pathName": "pages/photos/photos",
"query": "id=0"
},
{
"name": "上传图片",
"pathName": "pages/photos/add",
"query": ""
}
]
}
},
"editorSetting": {
"tabIndent": "tab",
"tabSize": 4
}
}