index.json 537 B

12345678910111213141516
  1. {
  2. "navigationBarTitleText": "我的",
  3. "navigationBarBackgroundColor": "#2c6cec",
  4. "navigationBarTextStyle": "white",
  5. "navigationStyle":"custom",
  6. "usingComponents": {
  7. "van-sticky": "@vant/weapp/sticky/index",
  8. "van-nav-bar": "@vant/weapp/nav-bar/index",
  9. "van-button": "@vant/weapp/button/index",
  10. "van-row": "@vant/weapp/row/index",
  11. "van-col": "@vant/weapp/col/index",
  12. "van-icon": "@vant/weapp/icon/index",
  13. "van-cell": "@vant/weapp/cell/index",
  14. "van-cell-group": "@vant/weapp/cell-group/index"
  15. }
  16. }