C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

8 řádky
196 B

  1. {
  2. "usingComponents": {
  3. "i-button": "../dist/button/index",
  4. "navbar": "../components/navbar/navbar"
  5. },
  6. "navigationBarBackgroundColor": "#FD832D",
  7. "navigationBarTextStyle": "white"
  8. }