app.json 348 B

12345678910111213141516
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "light",
  8. "navigationBarBackgroundColor": "#fff",
  9. "navigationBarTitleText": "Weixin",
  10. "navigationBarTextStyle": "black"
  11. },
  12. "usingComponents": {
  13. "van-button": "@vant/weapp/button"
  14. },
  15. "sitemapLocation": "sitemap.json"
  16. }