app-darkmode.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "window": {
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#191919",
  5. "backgroundColor": "#191919"
  6. },
  7. "tabBar": {
  8. "color": "#FCFCFC",
  9. "selectedColor": "#51A937",
  10. "borderStyle": "white",
  11. "backgroundColor": "#191919",
  12. "list": [
  13. {
  14. "pagePath": "page/component/index",
  15. "iconPath": "image/icon_component_HL.png",
  16. "selectedIconPath": "image/icon_component_dark.png",
  17. "text": "组件"
  18. },
  19. {
  20. "pagePath": "page/extend/index",
  21. "iconPath": "image/icon_component_HL.png",
  22. "selectedIconPath": "image/icon_component_dark.png",
  23. "text": "扩展能力"
  24. },
  25. {
  26. "pagePath": "page/API/index",
  27. "iconPath": "image/icon_API_HL.png",
  28. "selectedIconPath": "image/icon_API_dark.png",
  29. "text": "接口"
  30. },
  31. {
  32. "pagePath": "page/cloud/index",
  33. "iconPath": "image/icon_cloud_HL.png",
  34. "selectedIconPath": "image/icon_cloud_dark.png",
  35. "text": "云开发"
  36. }
  37. ]
  38. }
  39. }