app.json 492 B

12345678910111213141516171819
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/password/password",
  5. "pages/keys/keys",
  6. "pages/reset/reset",
  7. "pages/components/about/about",
  8. "pages/components/background/background",
  9. "pages/privatekey/privatekey"
  10. ],
  11. "window": {
  12. "backgroundTextStyle": "light",
  13. "navigationBarBackgroundColor": "#fff",
  14. "navigationBarTitleText": "密码本",
  15. "navigationBarTextStyle": "black",
  16. "enablePullDownRefresh": true
  17. },
  18. "sitemapLocation": "sitemap.json"
  19. }