This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
281 lines (279 loc) · 6.42 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},{
"path": "pages/personalCenter/personalCenter",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path": "pages/personalinformation/personalinformation",
"style": {
"navigationBarTitleText": "个人信息"
}
}
,
{
"path": "pages/registered/registered",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/signature/signature",
"style": {
"navigationBarTitleText": "签名",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/dynamic/dynamic",
"style": {
"navigationBarTitleText": "动态",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/userUpdate/userUpdate",
"style": {
"navigationBarTitleText": "修改信息",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/myDynamics/myDynamics",
"style": {
"navigationBarTitleText": "我的动态",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,
{
"path": "pages/detailDynamics/detailDynamics",
"style": {
"navigationBarTitleText": "动态详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "反馈内容",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/userHistory/userHistory",
"style": {
"navigationBarTitleText": "用户行为操作",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "休闲",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/delivery/delivery",
"style": {
"navigationBarTitleText": "快递查询",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/rubbish/rubbish",
"style": {
"navigationBarTitleText": "垃圾分类",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/baike/baike",
"style": {
"navigationBarTitleText": "百科全书",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/kfclunar/kfclunar",
"style": {
"navigationBarTitleText": "星期四和日历",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/wordcloud/wordcloud",
"style": {
"navigationBarTitleText": "文本内容生成",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/word/word",
"style": {
"navigationBarTitleText": "文本敏感词检测",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/picture/picture",
"style": {
"navigationBarTitleText": "图片搜索",
"enablePullDownRefresh": false,
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
}
,
{
"path": "pages/gasolinePriceQuery/gasolinePriceQuery",
"style": {
"navigationBarTitleText": "全国油价查询",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/todayhistory/todayhistory",
"style": {
"navigationBarTitleText": "历史上的今天",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/localUrl/localUrl",
"style": {
"navigationBarTitleText": "其他",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/findMobile/findMobile",
"style": {
"navigationBarTitleText": "查询手机号归属地",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/mmvideo/mmvideo",
"style": {
"navigationBarTitleText": "妹子视频",
"enablePullDownRefresh": false,
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
}
,
{
"path": "pages/weather15/weather15",
"style": {
"navigationBarTitleText": "未来十五日天气",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/duanju/duanju",
"style": {
"navigationBarTitleText": "短剧搜索",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/movieOnInfo/movieOnInfo",
"style": {
"navigationBarTitleText": "正在热门电影",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/hotlistall/hotlistall",
"style": {
"navigationBarTitleText": "集合列表",
"enablePullDownRefresh": false
}
}
,
{
"path": "pages/touchTheFish/touchTheFish",
"style": {
"navigationBarTitleText": "摸鱼",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "subPages",
"pages": []
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#ffffff",
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#e2785f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "24rpx",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home1.png",
"text": "首页"
}, {
"pagePath": "pages/order/order",
"iconPath": "static/tabbar/order.png",
"selectedIconPath": "static/tabbar/order1.png",
"text": "其他"
}, {
"pagePath": "pages/personalCenter/personalCenter",
"iconPath": "static/tabbar/user3.png",
"selectedIconPath": "static/tabbar/user1.png",
"text": "个人中心"
}]
}
}