app.json 887 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/problem/problem",
  5. "pages/query/query",
  6. "pages/home/home",
  7. "pages/details/details"
  8. ],
  9. "subPackages": [],
  10. "window": {
  11. "navigationBarTextStyle": "white",
  12. "navigationBarTitleText": "升仙秘籍",
  13. "navigationBarBackgroundColor": "#405DE5",
  14. "backgroundColor": "#F8F8F8"
  15. },
  16. "tabBar": {
  17. "color": "#919191",
  18. "selectedColor": "#1890FF",
  19. "borderStyle": "black",
  20. "backgroundColor": "#FFFFFF",
  21. "height": "50px",
  22. "fontSize": "10px",
  23. "iconWidth": "24px",
  24. "spacing": "3px",
  25. "list": [
  26. {
  27. "pagePath": "pages/index/index",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/home/home",
  32. "text": "我的"
  33. }
  34. ]
  35. },
  36. "__usePrivacyCheck__": true,
  37. "permission": {},
  38. "lazyCodeLoading": "requiredComponents",
  39. "usingComponents": {}
  40. }