You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

1 week ago
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/comp/city"
  5. ],
  6. "subPackages": [
  7. {
  8. "root": "pages/vip",
  9. "pages": [
  10. "vipEntry/vipEntry",
  11. "vipQuestions/vipQuestions"
  12. ]
  13. },
  14. {
  15. "root": "pages/exercises",
  16. "pages": [
  17. "chapter/chapter",
  18. "webView/webView",
  19. "brushQuestions/brushQuestions",
  20. "brushQuestions/examQuestions",
  21. "brushQuestions/wrongQuestions",
  22. "exam/exam",
  23. "examIntroduction/examIntroduction",
  24. "beforeExam/beforeExam",
  25. "examResults/examResults",
  26. "wrongQuestion/wrongQuestion",
  27. "theoryStudy/theoryStudy",
  28. "categoryExercises/categoryExercises",
  29. "queTypeExercises/queTypeExercises",
  30. "myStudy/myStudy",
  31. "lastPage/lastPage",
  32. "examSubjiect1/examSubjiect1",
  33. "examSubjiect1/examResultsOne"
  34. ]
  35. }
  36. ],
  37. "window": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "习题题库",
  40. "navigationBarBackgroundColor": "#F8F8F8",
  41. "backgroundColor": "#F8F8F8"
  42. },
  43. "usingComponents": {}
  44. }