app.json 411 B

123456789101112131415161718192021
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/edit/edit"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "light",
  8. "backgroundColor": "#FAFAFA",
  9. "navigationBarBackgroundColor": "#FAFAFA",
  10. "navigationBarTitleText": "面对面翻译",
  11. "navigationBarTextStyle": "black"
  12. },
  13. "plugins": {
  14. "WechatSI": {
  15. "version": "0.0.6",
  16. "provider": "wx069ba97219f66d99"
  17. }
  18. }
  19. }