app.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "pages": [
  3. "pages/homepage/homepage",
  4. "pages/FirstBangDing/FirstBangDing",
  5. "pages/profile/profile",
  6. "pages/huhaobangding/huhaobangding",
  7. "pages/lijijiaofei/lijijiaofei",
  8. "pages/zhangdanlist/zhangdanlist",
  9. "pages/zhangdanxiangqing/zdxiangqing",
  10. "pages/baoxiudj/baoxiudj"
  11. ],
  12. "tabBar": {
  13. "color": "rgba(182, 189, 205, 1)",
  14. "selectedColor": "#000000",
  15. "backgroundColor": "#ffffff",
  16. "list": [
  17. {
  18. "pagePath": "pages/homepage/homepage",
  19. "text": "首页",
  20. "iconPath": "static_file/homepage.png",
  21. "selectedIconPath": "static_file/homepageCheck.png"
  22. },
  23. {
  24. "pagePath": "pages/profile/profile",
  25. "text": "我的",
  26. "iconPath": "static_file/personalCenter.png",
  27. "selectedIconPath": "static_file/personalCenterCheck.png"
  28. }
  29. ]
  30. },
  31. "window": {
  32. "backgroundTextStyle": "light",
  33. "navigationBarBackgroundColor": "#4080FF",
  34. "navigationStyle": "custom"
  35. },
  36. "componentFramework": "glass-easel",
  37. "sitemapLocation": "sitemap.json",
  38. "lazyCodeLoading": "requiredComponents",
  39. "usingComponents": {
  40. "t-button": "tdesign-miniprogram/button/button"
  41. }
  42. }