app.json 606 B

1234567891011121314151617181920212223
  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/album/album",
  9. "pages/components/background/background",
  10. "pages/privatekey/privatekey"
  11. ],
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarTitleText": "密码本",
  15. "navigationBarBackgroundColor": "#39b54a",
  16. "navigationStyle": "custom",
  17. "navigationBarTextStyle": "white"
  18. },
  19. "usingComponents": {
  20. "cu-custom": "/colorui/components/cu-custom"
  21. },
  22. "sitemapLocation": "sitemap.json"
  23. }