ext.json 377 B

123456789101112131415161718192021
  1. {
  2. "extEnable": false,
  3. "directCommit": false,
  4. "extAppid": "appid",
  5. "ext": {
  6. "name": "",
  7. "attr": {
  8. "host": "",
  9. "miniapp": ""
  10. }
  11. },
  12. "window": {
  13. "backgroundTextStyle": "light",
  14. "navigationBarBackgroundColor": "#ffffff",
  15. "navigationBarTextStyle": "black"
  16. },
  17. "networkTimeout": {
  18. "request": 10000,
  19. "downloadFile": 10000
  20. }
  21. }