You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/commemorate/commemorate",
|
|
"pages/recommend/recommend"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#ddd",
|
|
"navigationBarTitleText": "银幕之旅",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#CD5C5C",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/recommend/recommend",
|
|
"text": "推荐",
|
|
"iconPath": "static/tabbar/recommend.png",
|
|
"selectedIconPath": "static/tabbar/recommend_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/commemorate/commemorate",
|
|
"text": "纪念",
|
|
"iconPath": "static/tabbar/commemorate.png",
|
|
"selectedIconPath": "static/tabbar/commemorate_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
} |