-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathproject.private.config.json
More file actions
52 lines (52 loc) · 1.38 KB
/
project.private.config.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"condition": {
"miniprogram": {
"list": [
{
"name": "连接蓝牙",
"pathName": "pages/index/index",
"query": "",
"scene": null
},
{
"name": "时间转换",
"pathName": "pages/timeturn/timeturn",
"query": "",
"scene": null
},
{
"name": "贪吃蛇",
"pathName": "pages/eatshake/eatshake",
"query": "",
"scene": null
},
{
"name": "历史记录",
"pathName": "pages/advicerecord/advicerecord",
"query": "",
"scene": null
},
{
"name": "指南针",
"pathName": "pages/compass/compass",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "wifi直连",
"pathName": "pages/autowifi/autowifi",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"libVersion": "2.18.1",
"projectname": "smartBleConnect",
"setting": {
"compileHotReLoad": false
}
}