app.json 322 B

12345678910111213
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/preview/preview",
  5. "pages/album/album"
  6. ],
  7. "window": {
  8. "navigationBarTitleText": "COS 上传示例",
  9. "windowBackground": "white",
  10. "navigationBarTextStyle": "white",
  11. "navigationBarBackgroundColor": "#373b3e"
  12. }
  13. }