C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
324 B

  1. {
  2. "navigationBarTitleText": "积分商城",
  3. "navigationBarBackgroundColor": "#FD832D",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "c-banner": "../../components/spellbanner/index",
  8. "i-tab": "../../../dist/tab/index",
  9. "i-tabs": "../../../dist/tabs/index"
  10. }
  11. }