uni_android_plugin_project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
763 B

  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "uni-app"
  7. }
  8. },
  9. {
  10. "path": "pages/sample/ext-module",
  11. "style": {
  12. "navigationBarTitleText": "扩展 module"
  13. }
  14. },
  15. {
  16. "path": "pages/sample/ext-component",
  17. "style": {
  18. "navigationBarTitleText": "扩展 component"
  19. }
  20. },
  21. {
  22. "path": "pages/sample/richAlert",
  23. "style": {
  24. "navigationBarTitleText": "RichAlert"
  25. }
  26. }
  27. ],
  28. "globalStyle": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "uni-app",
  31. "navigationBarBackgroundColor": "#F8F8F8",
  32. "backgroundColor": "#F8F8F8"
  33. }
  34. }