1
0

rankbox.json 269 B

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