sign.json 247 B

12345678910
  1. {
  2. "navigationBarTextStyle":"white",
  3. "navigationStyle":"custom",
  4. "enablePullDownRefresh":true,
  5. "backgroundTextStyle":"dark",
  6. "onReachBottomDistance":200,
  7. "usingComponents": {
  8. "nonedata":"../../../miniprogram/nonedata/nonedata"
  9. }
  10. }