48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/category/category",
|
|
"pages/course-detail/course-detail",
|
|
"pages/study-step/study-step",
|
|
"pages/practice/practice",
|
|
"pages/work-submit/work-submit",
|
|
"pages/profile/profile"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "画画怎么画",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#f7f8fc"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#6C8CFF",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "images/tabbar/home.png",
|
|
"selectedIconPath": "images/tabbar/home_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/practice/practice",
|
|
"text": "练习",
|
|
"iconPath": "images/tabbar/practice.png",
|
|
"selectedIconPath": "images/tabbar/practice_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"text": "我的",
|
|
"iconPath": "images/tabbar/profile.png",
|
|
"selectedIconPath": "images/tabbar/profile_active.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|