mycaselist.json 562 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "个人案例",
  3. "navigationBarBackgroundColor":"#1598fc",
  4. "navigationBarTextStyle":"white",
  5. "enablePullDownRefresh":true,
  6. "backgroundTextStyle":"dark",
  7. "usingComponents": {
  8. "nonedata":"../../../miniprogram/nonedata/nonedata",
  9. "mp-sticky":"../../../miniprogram/sticky/index",
  10. "wshare":"../../../miniprogram/wshare/wshare",
  11. "mp-index-list": "/miniprogram/miniprogram_npm/@miniprogram-component-plus/index-list/index",
  12. "moretitle":"/miniprogram/moretitle/moretitle"
  13. }
  14. }