pages.json 779 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "在线考试"
  7. }
  8. },
  9. {
  10. "path": "pages/test/test",
  11. "style": {
  12. "navigationBarTitleText": "正在考试"
  13. }
  14. },
  15. {
  16. "path": "pages/performance/performance",
  17. "style": {
  18. "navigationBarTitleText": "成绩查询"
  19. }
  20. },
  21. {
  22. "path": "pages/paper/paper",
  23. "style": {
  24. "navigationBarTitleText": "查看试卷"
  25. }
  26. },
  27. {
  28. "path": "pages/ranking/ranking",
  29. "style": {
  30. "navigationBarTitleText": "排行榜"
  31. }
  32. }
  33. ],
  34. "globalStyle": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "在线考试",
  37. "navigationBarBackgroundColor": "#F8F8F8",
  38. "backgroundColor": "#F8F8F8",
  39. "app-plus": {
  40. "background": "#efeff4"
  41. }
  42. }
  43. }