Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

55 строки
1.5 KiB

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/category/category",
  5. "pages/ranking/ranking",
  6. "pages/search/search",
  7. "pages/user/user",
  8. "pages/course/course",
  9. "pages/sponsor/sponsor",
  10. "pages/order/order",
  11. "pages/classDetails/classDetails",
  12. "pages/mianAttention/mianAttention",
  13. "pages/mianCollect/mianCollect",
  14. "pages/UpHome/UpHome",
  15. "pages/publicity/publicity",
  16. "pages/upEnter/upEnter",
  17. "pages/integral/integral"
  18. ],
  19. "usingComponents": {},
  20. "window": {
  21. "backgroundTextStyle": "light",
  22. "navigationBarBackgroundColor": "#000033",
  23. "navigationBarTitleText": "知播堂",
  24. "navigationBarTextStyle": "white",
  25. "navigationStyle": "custom"
  26. },
  27. "tabBar": {
  28. "custom": true,
  29. "color": "#90A3AC",
  30. "selectedColor": "#07E881",
  31. "backgroundColor": "#171C2A",
  32. "borderStyle": "black",
  33. "list": [
  34. {
  35. "pagePath": "pages/index/index",
  36. "text": "首页",
  37. "iconPath": "assets/images/home_btn_ic_sy.png",
  38. "selectedIconPath": "assets/images/home_btn_ic_sy1.png"
  39. },
  40. {
  41. "pagePath": "pages/course/course",
  42. "text": "课程",
  43. "iconPath": "assets/images/home_btn_ic_kc.png",
  44. "selectedIconPath": "assets/images/home_btn_ic_kc1.png"
  45. },
  46. {
  47. "pagePath": "pages/user/user",
  48. "text": "我的",
  49. "iconPath": "assets/images/home_btn_ic_wd.png",
  50. "selectedIconPath": "assets/images/home_btn_ic_wd1.png"
  51. }
  52. ]
  53. },
  54. "sitemapLocation": "sitemap.json"
  55. }