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.

53 lines
1.1 KiB

3 years ago
3 years ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/sample/ext-module-vue",
  5. "style": {
  6. "navigationBarTitleText": "扩展 module vue"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "uni-app"
  13. }
  14. },
  15. {
  16. "path": "pages/index/ball_list",
  17. "style": {
  18. "navigationBarTitleText": "uni-app"
  19. }
  20. },
  21. {
  22. "path": "pages/index/scan",
  23. "style": {
  24. "navigationBarTitleText": "22222"
  25. }
  26. },
  27. {
  28. "path": "pages/sample/ext-module",
  29. "style": {
  30. "navigationBarTitleText": "扩展 module nvue"
  31. }
  32. },
  33. {
  34. "path": "pages/sample/ext-component",
  35. "style": {
  36. "navigationBarTitleText": "扩展 component"
  37. }
  38. },
  39. {
  40. "path": "pages/sample/richAlert",
  41. "style": {
  42. "navigationBarTitleText": "RichAlert"
  43. }
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "uni-app",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8"
  51. }
  52. }