app.json 950 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "pages": [
  3. "pages/Login/Login",
  4. "pages/PaperList/PaperList",
  5. "pages/Paper/Paper"
  6. ],
  7. "subPackages": [],
  8. "window": {
  9. "navigationBarTextStyle": "black",
  10. "navigationBarTitleText": "",
  11. "navigationBarBackgroundColor": "#F8F8F8",
  12. "backgroundColor": "#F8F8F8",
  13. "animationType": "slide-in-right",
  14. "animationDuration": 200
  15. },
  16. "nvueCompiler": "weex",
  17. "splashscreen": {
  18. "alwaysShowBeforeRender": true,
  19. "autoclose": false
  20. },
  21. "appname": "润银小测",
  22. "compilerVersion": "2.1.1",
  23. "usingComponents": {
  24. "paper-list-item": "/components/paper/PaperListItem",
  25. "question-title": "/components/paper/QuestionTitle",
  26. "single-answer-choise": "/components/paper/SingleAnswerChoise",
  27. "multi-answers-choise": "/components/paper/MultiAnswersChoise",
  28. "fill-blank": "/components/paper/FillBlank",
  29. "true-false": "/components/paper/TrueFalse",
  30. "qand-a": "/components/paper/QandA"
  31. }
  32. }