silu/创旅丝路/resources/wechatapp-master/app.json

47 lines
999 B
JSON
Raw Normal View History

2025-10-14 00:45:23 +08:00
{
"pages":[
"pages/index/index",
"pages/two/two",
"pages/tree/tree",
"pages/tree/gog",
"pages/index/date/one/one",
"pages/index/date/two/two",
"pages/index/date/tree/tree",
"pages/index/date/four/four",
"pages/index/date/five/five",
"pages/index/date/six/six",
"pages/index/date/seven/seven",
"pages/index/date/eight/eight"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "创旅丝路",
"navigationBarBackgroundColor": "#fbf9fe",
"backgroundColor": "#fbf9fe"
},
"tabBar":{
"color": "#dddddd",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list":[
{
"pagePath": "pages/index/index",
"text": "景区" ,
"iconPath": "image/wechat.png",
"selectedIconPath": "image/wechat.png"
},
{
"pagePath": "pages/tree/tree",
"text": "我的",
"iconPath": "image/wechatt.png",
"selectedIconPath": "image/wechatt.png"
}
]
}
}