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.

88 lines
2.2 KiB

2 months ago
2 months ago
2 months ago
2 months ago
1 month ago
1 month ago
2 months ago
1 month ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom"
  8. }
  9. }
  10. ],
  11. "subPackages": [
  12. {
  13. "root": "pages/exercises",
  14. "pages": [
  15. {
  16. "path": "chapter/chapter",
  17. "style": {
  18. "navigationBarTitleText": "章节练习",
  19. "enablePullDownRefresh": false,
  20. "backgroundTextStyle": "dark"
  21. }
  22. },
  23. {
  24. "path": "brushQuestions/brushQuestions",
  25. "style": {
  26. "navigationBarTitleText": "刷题",
  27. "enablePullDownRefresh": false,
  28. "backgroundTextStyle": "dark" ,
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "exam/exam",
  34. "style": {
  35. "navigationBarTitleText": "考试",
  36. "enablePullDownRefresh": false,
  37. "backgroundTextStyle": "dark" ,
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "beforeExam/beforeExam",
  43. "style": {
  44. "navigationBarTitleText": "考试须知",
  45. "enablePullDownRefresh": false,
  46. "backgroundTextStyle": "dark" ,
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "examResults/examResults",
  52. "style": {
  53. "navigationBarTitleText": "模拟考试成绩",
  54. "enablePullDownRefresh": false,
  55. "backgroundTextStyle": "dark" ,
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "wrongQuestion/wrongQuestion",
  61. "style": {
  62. "navigationBarTitleText": "模拟考试成绩",
  63. "enablePullDownRefresh": false,
  64. "backgroundTextStyle": "dark" ,
  65. "navigationStyle": "custom"
  66. }
  67. }
  68. ]
  69. }
  70. ],
  71. "globalStyle": {
  72. "navigationBarTextStyle": "black",
  73. "navigationBarTitleText": "习题题库",
  74. "navigationBarBackgroundColor": "#F8F8F8",
  75. "backgroundColor": "#F8F8F8"
  76. },
  77. "uniIdRouter": {},
  78. "easycom": {
  79. "autoscan": true,
  80. // customhttps://ask.dcloud.net.cn/question/131175
  81. "custom": {
  82. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  83. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  84. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  85. }
  86. }
  87. }