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.

46 lines
1.2 KiB

{
"pages": [
"pages/index/index",
"pages/knowledge/knowledge",
"pages/achievement/achievement",
"pages/quiz/quiz"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#8B4513",
"navigationBarTitleText": "中国古代物理",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#333",
"selectedColor": "#8B4513",
"backgroundColor": "#F5F5DC",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home.jpg",
"selectedIconPath": "images/home_active.jpg"
},
{
"pagePath": "pages/knowledge/knowledge",
"text": "物理知识",
"iconPath": "images/book.jpg",
"selectedIconPath": "images/book_active.jpg"
},
{
"pagePath": "pages/achievement/achievement",
"text": "古代成就",
"iconPath": "images/achievement.jpg",
"selectedIconPath": "images/achievement_active.jpg"
},
{
"pagePath": "pages/quiz/quiz",
"text": "趣味问答",
"iconPath": "images/quiz.jpg",
"selectedIconPath": "images/quiz_active.jpg"
}
]
},
"sitemapLocation": "sitemap.json"
}