东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

app.json 352B

12345678910111213141516
  1. {
  2. "pages": [
  3. "pages/everyday/everyday",
  4. "pages/star/star",
  5. "pages/index/index",
  6. "pages/logs/logs"
  7. ],
  8. "window": {
  9. "backgroundTextStyle": "light",
  10. "navigationBarBackgroundColor": "#fff",
  11. "navigationBarTitleText": "WeChat",
  12. "navigationBarTextStyle": "black"
  13. },
  14. "style": "v2",
  15. "sitemapLocation": "sitemap.json"
  16. }