-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
132 lines (126 loc) · 3.32 KB
/
pages.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "星宿UI-枫瑞博客网",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "专题分类"
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "文章搜索"
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}, {
"path": "pages/data/data",
"style": {
"navigationBarTitleText": "文章详情",
"navigationBarBackgroundColor":"#3482e2",
"navigationBarTextStyle":"white"
}
}, {
"path": "pages/category/categ_lisst",
"style": {
"navigationBarTitleText": "文章列表"
}
}, {
"path": "pages/friend/friend",
"style": {
"navigationBarTitleText": "友情小程序",
"navigationBarBackgroundColor": "@navBgColor"
}
}
, {
"path": "pages/tags/tags",
"style": {
"navigationBarTitleText": "知识星球"
}
}, {
"path": "pages/weblist/weblist",
"style": {}
}
,{
"path" : "pages/about/about",
"style" : {}
}
,{
"path" : "pages/wxmore/wxmore",
"style" : {}
}
,{
"path" : "pages/download/download",
"style" :
{
"navigationBarTitleText": "开源项目"
}
}
,{
"path" : "pages/questions/questions",
"style" :
{
"navigationBarTitleText": "提交问题",
"enablePullDownRefresh": false
}
},{
"path" : "pages/questions/questions-list",
"style" :
{
"navigationBarTitleText": "问题列表",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navTxtStyle",
"backgroundColor": "@bgColor",
"navigationBarBackgroundColor": "@navBgColor",
"navigationBarTitleText": "枫瑞博客网"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "white",
"backgroundColor": "@bgColor",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabar/home.png",
"selectedIconPath": "static/tabar/home_h.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tabar/catelog.png",
"selectedIconPath": "static/tabar/catelog_h.png",
"text": "专题"
}, {
"pagePath": "pages/search/search",
"iconPath": "static/tabar/res.png",
"selectedIconPath": "static/tabar/res_h.png",
"text": "发现"
},
{
"pagePath": "pages/download/download",
"iconPath": "static/tabar/down.png",
"selectedIconPath": "static/tabar/down_h.png",
"text": "开源"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/tabar/my.png",
"selectedIconPath": "static/tabar/my_h.png",
"text": "我的"
}
]
}
}