huahuazenmehua/app.json

48 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2026-05-08 17:00:10 +08:00
{
"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"
}