-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpages.json
49 lines (49 loc) · 1.19 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
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "AI智能配音助手",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/link/link",
"style" : {
"navigationBarTitleText": "有趣小程序"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "热门热评",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"navigateToMiniProgramAppIdList": [
"ttefa9991470933da0",
"ttd963afde4659fe74",
"tt49763fcbd64c6e78"
],
"tabBar": {
"borderStyle": "black",
"backgroundColor": "#333",
"color": "#8F8F94",
"fontSize" : "24upx",
"selectedColor": "#1E90FF",
"list": [
{
"pagePath": "pages/index/index",
"text": "AI配音",
"iconPath": "static/voice.png",
"selectedIconPath": "static/voice-active.png"
},
{
"pagePath": "pages/link/link",
"text": "更多小程序",
"iconPath": "static/mini.png",
"selectedIconPath": "static/mini-active.png"
}
]
}
}