-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
73 lines (73 loc) · 2.65 KB
/
Copy pathapp.json
File metadata and controls
73 lines (73 loc) · 2.65 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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/person/person",
"pages/index_subpages/camera/camera",
"pages/index_subpages/learning_record/learning_record",
"pages/index_subpages/favorite/favorite",
"pages/index_subpages/writing/writing",
"pages/index_subpages/setting/setting",
"pages/person_subpages/shop/shop",
"pages/person_subpages/statistic/statistic",
"pages/person_subpages/theme/theme",
"pages/person_subpages/manager/manager",
"pages/person_subpages/account/account",
"pages/person_subpages/aboutus/aboutus",
"pages/person_subpages/kernel/kernel",
"pages/index_subpages/reader/reader",
"pages/index_subpages/chatbot/chatbot",
"pages/index_subpages/detection/detection",
"pages/index_subpages/dictionary/dictionary",
"pages/index_subpages/clock/clock",
"pages/setting_subpages/camera/camera",
"pages/setting_subpages/chatbot/chatbot",
"pages/setting_subpages/reader/reader"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ppReader",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-button": "@vant/weapp/button/index",
"van-image": "@vant/weapp/image/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-divider": "@vant/weapp/divider/index",
"van-search": "@vant/weapp/search/index",
"van-card": "@vant/weapp/card/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-switch": "@vant/weapp/switch/index",
"van-popup": "@vant/weapp/popup/index"
},
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "学习室",
"iconPath": "/images/tabbar/ppreader.png",
"selectedIconPath": "/images/tabbar/ppreader_active.png"
},
{
"pagePath": "pages/person/person",
"text": "我的",
"iconPath": "/images/tabbar/person.png",
"selectedIconPath": "/images/tabbar/person_active.png"
}
]
},
"plugins":{
"WechatSI": {
"version": "0.3.0",
"provider": "wx069ba97219f66d99"
}
}
}