-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.config.json
More file actions
96 lines (96 loc) · 3.43 KB
/
project.config.json
File metadata and controls
96 lines (96 loc) · 3.43 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
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
91
92
93
94
95
96
{
"miniprogramRoot": "miniprogram/",
"cloudfunctionRoot": "cloudfunctions/",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": true,
"useStaticServer": true
},
"appid": "wx8d60424db5f9bcc3",
"projectname": "String-project",
"libVersion": "2.22.0",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
"compileType": "miniprogram",
"srcMiniprogramRoot": "miniprogram/",
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"condition": {
"miniprogram": {
"list": [
{
"name": "db guide",
"pathName": "pages/databaseGuide/databaseGuide",
"query": ""
},
{
"name": "登录界面",
"pathName": "pages/loign/login",
"query": "",
"scene": null
},
{
"name": "测试分享",
"pathName": "pages/invite/invite",
"query": "a=1",
"scene": 1036,
"referrerInfo": {}
},
{
"name": "测试被分享",
"pathName": "pages/invite/invite",
"query": "user_id=oYQbr0JZYJbMPoTfySMsrzVxMbRM&index=1&name=%E5%AE%9D%E5%AE%9D&content=%E6%88%91%E4%BB%AC%E6%AF%8F%E5%A4%A9%E5%8E%BB%E8%B7%91%E6%AD%A5%E5%90%A7",
"scene": null
},
{
"name": "测试奖励详情页",
"pathName": "pages/calendar/calendar",
"query": "habit_id=XJTRg8DR1TiND57O&type=award&time=-1&count=96&award={\"_id\":\"XKLV48DR1TiNR1A3\",\"_openid\":\"oYQbr0JZYJbMPoTfySMsrzVxMbRM\",\"avatar\":\"https://wx.qlogo.cn/mmopen/vi_32/p0kEBURPwdVRTR8BZJGQXdv4vGE1LqPcmGmODJmc0CibQSkticQoU19oTteesg1SBGjGibibpsZ9q2GeiatA4nNrFbg/132\",\"content\":\"芸子啊\",\"create_time\":\"2019-04-02T03:24:18.999Z\",\"current_count\":7,\"deadline\":null,\"finish\":0,\"habit_id\":\"XJTRg8DR1TiND57O\",\"habit_name\":\"戒烟\",\"isTime\":false,\"last_count\":100,\"title\":\"一个熊抱\",\"to_partner\":false,\"lastCount\":96,\"habit\":{\"_id\":\"XJTRg8DR1TiND57O\",\"_openid\":\"oYQbr0JZYJbMPoTfySMsrzVxMbRM\",\"create_time\":\"2019-03-22T12:13:54.818Z\",\"end_time\":null,\"icon\":1,\"share\":false,\"status\":0,\"times\":11,\"title\":\"戒烟\",\"weekday\":127,\"finish_id\":\"\",\"finish\":false}}",
"scene": null
}
]
}
}
}