app.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "pages": [
  3. "pages/home/index",
  4. "pages/index/index",
  5. "pages/userConsole/userConsole",
  6. "pages/storageConsole/storageConsole",
  7. "pages/databaseGuide/databaseGuide",
  8. "pages/addFunction/addFunction",
  9. "pages/deployFunctions/deployFunctions",
  10. "pages/chooseLib/chooseLib",
  11. "pages/openapi/openapi",
  12. "pages/openapi/serverapi/serverapi",
  13. "pages/openapi/callback/callback",
  14. "pages/openapi/cloudid/cloudid",
  15. "pages/im/im",
  16. "pages/im/room/room",
  17. "pages/interList/interList",
  18. "pages/detail/detail",
  19. "pages/ruins/index"
  20. ],
  21. "window": {
  22. "backgroundColor": "#F6F6F6",
  23. "backgroundTextStyle": "light",
  24. "navigationBarBackgroundColor": "#F6F6F6",
  25. "navigationBarTitleText": "寻找红色的记忆",
  26. "navigationBarTextStyle": "black"
  27. },
  28. "tabBar": {
  29. "color": "#333",
  30. "selectedColor": "#07C160",
  31. "backgroundColor": "#fff",
  32. "list": [
  33. {
  34. "pagePath": "pages/home/index",
  35. "text": "首页",
  36. "iconPath": "/images/tabbar_icon_home_default.png",
  37. "selectedIconPath": "/images/tabbar_icon_home_active.png"
  38. },
  39. {
  40. "pagePath": "pages/index/index",
  41. "text": "我的",
  42. "iconPath": "/images/tabbar_icon_setting_default.png",
  43. "selectedIconPath": "/images/tabbar_icon_setting_active.png"
  44. }
  45. ]
  46. },
  47. "sitemapLocation": "sitemap.json",
  48. "style": "v2",
  49. "useExtendedLib": {
  50. "weui": true
  51. }
  52. }