|
- {
- "pages": [
- "pages/index/index",
- "pages/category/category",
- "pages/ranking/ranking",
- "pages/search/search",
- "pages/user/user",
- "pages/course/course",
- "pages/sponsor/sponsor",
- "pages/order/order",
- "pages/classDetails/classDetails",
- "pages/mianAttention/mianAttention",
- "pages/mianCollect/mianCollect",
- "pages/UpHome/UpHome",
- "pages/publicity/publicity",
- "pages/upEnter/upEnter",
- "pages/integral/integral"
- ],
- "usingComponents": {},
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#000033",
- "navigationBarTitleText": "知播堂",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "custom": true,
- "color": "#90A3AC",
- "selectedColor": "#07E881",
- "backgroundColor": "#171C2A",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "assets/images/home_btn_ic_sy.png",
- "selectedIconPath": "assets/images/home_btn_ic_sy1.png"
- },
- {
- "pagePath": "pages/course/course",
- "text": "课程",
- "iconPath": "assets/images/home_btn_ic_kc.png",
- "selectedIconPath": "assets/images/home_btn_ic_kc1.png"
- },
- {
- "pagePath": "pages/user/user",
- "text": "我的",
- "iconPath": "assets/images/home_btn_ic_wd.png",
- "selectedIconPath": "assets/images/home_btn_ic_wd1.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|