You cannot 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.1 KiB
JSON
39 lines
1.1 KiB
JSON
2 years ago
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/login/login",
|
||
|
"pages/my/my",
|
||
|
"pages/detail/detail",
|
||
|
"pages/group/group",
|
||
|
"pages/user/user",
|
||
|
"pages/user-edit/user-edit",
|
||
|
"pages/task-edit/task-edit",
|
||
|
"pages/group-detail/group-detail"
|
||
|
],
|
||
|
"window": {
|
||
|
"backgroundTextStyle": "light",
|
||
|
"navigationBarBackgroundColor": "#f6f6f6",
|
||
|
"backgroundColor": "#f6f6f6",
|
||
|
"navigationBarTitleText": "任务中心",
|
||
|
"navigationBarTextStyle": "black"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#000000",
|
||
|
"selectedColor": "#0052d9",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "首页",
|
||
|
"iconPath": "/assets/home.png",
|
||
|
"selectedIconPath": "/assets/home-active.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/my/my",
|
||
|
"text": "我的",
|
||
|
"iconPath": "/assets/mine.png",
|
||
|
"selectedIconPath": "/assets/mine-active.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|