app.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/video/index",
  5. "pages/exercise/index",
  6. "pages/me/index",
  7. "pages/me/me",
  8. "pages/me/mynotice/mynotice",
  9. "pages/itemlist/itemlist",
  10. "pages/projectlist/projectlist",
  11. "pages/me/userinfo",
  12. "components/Header/index",
  13. "components/Search/index",
  14. "components/MenuTab/index",
  15. "pages/index/detail",
  16. "pages/video/detail",
  17. "pages/search/index",
  18. "pages/searchList/index",
  19. "pages/exercise/components/dayQuestion/index",
  20. "pages/exercise/components/specialQuestion/index"
  21. ],
  22. "subPackages": [],
  23. "window": {
  24. "navigationBarTextStyle": "black",
  25. "navigationBarTitleText": "AbuCoder",
  26. "navigationBarBackgroundColor": "#F8F8F8",
  27. "backgroundColor": "#F8F8F8"
  28. },
  29. "tabBar": {
  30. "custom": true,
  31. "color": "#7A7E83",
  32. "selectedColor": "#0a2576",
  33. "borderStyle": "black",
  34. "backgroundColor": "#ffffff",
  35. "list": [
  36. {
  37. "pagePath": "pages/index/index"
  38. },
  39. {
  40. "pagePath": "pages/video/index"
  41. },
  42. {
  43. "pagePath": "pages/exercise/index"
  44. },
  45. {
  46. "pagePath": "pages/me/index"
  47. },
  48. {
  49. "pagePath": "pages/me/me"
  50. }
  51. ]
  52. },
  53. "permission": {},
  54. "usingComponents": {}
  55. }