app.json 976 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/common_desc/index",
  5. "pages/zf_static/index",
  6. "pages/index/index",
  7. "pages/webview/index",
  8. "pages/back_sand/back",
  9. "pages/zf/index"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "Mew喵呜",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "tabBar": {
  18. "color": "#999999",
  19. "selectedColor": "#7B68EE",
  20. "backgroundColor": "#ffffff",
  21. "borderStyle": "black",
  22. "list": [
  23. {
  24. "pagePath": "pages/home/index",
  25. "text": "首页",
  26. "iconPath": "image/home.png",
  27. "selectedIconPath": "image/home_active.png"
  28. },
  29. {
  30. "pagePath": "pages/index/index",
  31. "text": "关于我们",
  32. "iconPath": "image/about.png",
  33. "selectedIconPath": "image/about_active.png"
  34. }
  35. ]
  36. },
  37. "sitemapLocation": "sitemap.json",
  38. "lazyCodeLoading": "requiredComponents"
  39. }