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.

app.json 2.2KB

10 months ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "pages": [
  3. "pages/my/index/index",
  4. "pages/home/publicity/detail/index",
  5. "pages/my/schedule/index",
  6. "pages/home/publicity/index/index",
  7. "pages/info/index/index",
  8. "pages/info/sign/index",
  9. "pages/home/guide/detail/index",
  10. "pages/home/index/index",
  11. "pages/setting/index/index",
  12. "pages/login/index/index"
  13. ],
  14. "tabBar": {
  15. "selectedColor": "#1677ff",
  16. "list": [{
  17. "pagePath": "pages/home/index/index",
  18. "text": "首页"
  19. },
  20. {
  21. "pagePath": "pages/my/index/index",
  22. "text": "个人中心"
  23. }
  24. ]
  25. },
  26. "usingComponents": {
  27. "wux-row": "./wux/row/index",
  28. "wux-col": "./wux/col/index",
  29. "wux-icon": "./wux/icon/index",
  30. "wux-upload": "./wux/upload/index",
  31. "wux-button": "./wux/button/index",
  32. "wux-pagination": "./wux/pagination/index",
  33. "wux-steps": "./wux/steps/index",
  34. "wux-step": "./wux/step/index",
  35. "form-input": "./components/form/form-input/form-input",
  36. "form-radio": "./components/form/form-radio/form-radio",
  37. "form-cascader": "./components/form/form-cascader/form-cascader",
  38. "form-date": "./components/form/form-date/form-date",
  39. "form-picker": "./components/form/form-picker/form-picker",
  40. "form-upload": "./components/form/form-upload/form-upload",
  41. "form-footer": "./components/form/form-footer/form-footer",
  42. "form-textarea": "./components/form/form-textarea/form-textarea",
  43. "form-rich": "./components/form/form-rich/form-rich",
  44. "form-upload-more": "./components/form/form-upload-more/form-upload-more",
  45. "view-flex": "./components/views/view-flex/view-flex"
  46. },
  47. "window": {
  48. "backgroundTextStyle": "light",
  49. "navigationBarBackgroundColor": "#ffffff",
  50. "backgroundColor": "#ffffff",
  51. "navigationBarTitleText": "就业信息系统",
  52. "navigationBarTextStyle": "black"
  53. },
  54. "plugins": {
  55. "ocr-plugin": {
  56. "version": "3.1.5",
  57. "provider": "wx4418e3e031e551be"
  58. }
  59. },
  60. "rendererOptions": {
  61. "skyline": {
  62. "defaultDisplayBlock": true,
  63. "disableABTest": true,
  64. "sdkVersionBegin": "3.0.0",
  65. "sdkVersionEnd": "15.255.255"
  66. }
  67. },
  68. "componentFramework": "glass-easel",
  69. "sitemapLocation": "sitemap.json",
  70. "lazyCodeLoading": "requiredComponents"
  71. }