-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.config.json
More file actions
92 lines (92 loc) · 1.68 KB
/
project.config.json
File metadata and controls
92 lines (92 loc) · 1.68 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
{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.91",
"appid": "wx15734a2373afa7a8",
"projectname": "%E4%BA%92%E5%8A%A9%E7%A4%BE%E4%BA%A4%E5%B9%B3%E5%8F%B0",
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "上传",
"pathName": "pages/uploadFiles/uploadFiles",
"query": "uid=o2GCt4iaAWOlVDzD3XX1nxc-KYKY"
},
{
"id": 1,
"name": "发布信息",
"pathName": "pages/publish/publish",
"query": ""
},
{
"id": 2,
"name": "问答分享",
"pathName": "pages/uploadFiles/uploadFiles",
"query": ""
},
{
"id": 3,
"name": "共享图书",
"pathName": "pages/shareBooks/shareBooks",
"query": ""
},
{
"id": 4,
"name": "聊天室",
"pathName": "pages/my/my",
"query": ""
},
{
"id": 5,
"name": "课件",
"pathName": "pages/courseware/courseware",
"query": ""
},
{
"id": 6,
"name": "精华库",
"pathName": "pages/dataBase/dataBase",
"query": "uid=o2GCt4iaAWOlVDzD3XX1nxc-KYKY"
},
{
"id": -1,
"name": "消息",
"pathName": "pages/message/message",
"query": ""
},
{
"id": -1,
"name": "登录",
"pathName": "pages/login/login",
"query": ""
}
]
}
}
}