tasksquare.json 345 B

12345678910
  1. {
  2. "enablePullDownRefresh": true,
  3. "onReachBottomDistance": 100,
  4. "navigationBarTitleText": "YoungGee",
  5. "navigationStyle": "custom",
  6. "usingComponents": {
  7. "uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup",
  8. "uni-data-checkbox": "/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox"
  9. }
  10. }