问星数据小程序

app.json 287B

12345678910111213
  1. {
  2. "pages": [
  3. "pages/hint/hint"
  4. ],
  5. "window": {
  6. "backgroundTextStyle": "light",
  7. "navigationBarBackgroundColor": "#2562FF",
  8. "navigationBarTitleText": "",
  9. "navigationBarTextStyle": "white",
  10. "backgroundColor": "#101426"
  11. },
  12. "sitemapLocation": "sitemap.json"
  13. }