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.

63 lines
1.5 KiB

2 months ago
2 months ago
2 months ago
2 months 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. // "landscape": true
  31. }
  32. },
  33. {
  34. "path": "exam/exam",
  35. "style": {
  36. "navigationBarTitleText": "考试",
  37. "enablePullDownRefresh": false,
  38. "backgroundTextStyle": "dark" ,
  39. "navigationStyle": "custom"
  40. // "landscape": true
  41. }
  42. }
  43. ]
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "习题题库",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8"
  51. },
  52. "uniIdRouter": {},
  53. "easycom": {
  54. "autoscan": true,
  55. // customhttps://ask.dcloud.net.cn/question/131175
  56. "custom": {
  57. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  58. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  59. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  60. }
  61. }
  62. }