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.

51 lines
1.3 KiB

2 months ago
2 months ago
2 months 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. }
  34. ],
  35. "globalStyle": {
  36. "navigationBarTextStyle": "black",
  37. "navigationBarTitleText": "习题题库",
  38. "navigationBarBackgroundColor": "#F8F8F8",
  39. "backgroundColor": "#F8F8F8"
  40. },
  41. "uniIdRouter": {},
  42. "easycom": {
  43. "autoscan": true,
  44. // customhttps://ask.dcloud.net.cn/question/131175
  45. "custom": {
  46. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  47. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  48. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  49. }
  50. }
  51. }