项目结构

12114
  1. └─ 29-lms-teaching_plan
  2. ├─ .autod.conf.js
  3. ├─ README.md
  4. ├─ app
  5. ├─ common
  6. ├─ README.md
  7. └─ error.js
  8. ├─ constant
  9. ├─ README.md
  10. ├─ constant.js
  11. └─ error.js
  12. ├─ controller
  13. └─ README.md
  14. ├─ extend
  15. └─ helper.js
  16. ├─ public
  17. ├─ README.md
  18. ├─ images
  19. ├─ teaching-auto.png
  20. ├─ teaching-morning.png
  21. ├─ teaching-plan.png
  22. ├─ teaching-report.png
  23. ├─ teaching-setting.png
  24. ├─ teaching-time.png
  25. └─ teaching-timeable.png
  26. ├─ js
  27. ├─ Export2Excel.js
  28. └─ xlsx.full.min.js
  29. ├─ jsoneditor
  30. ├─ img
  31. └─ jsoneditor-icons.svg
  32. ├─ jsoneditor.css
  33. └─ jsoneditor.js
  34. └─ 教学计划导入模板.xlsx
  35. ├─ service
  36. ├─ README.md
  37. ├─ semester.js
  38. ├─ timetable.js
  39. └─ timetablePlan.js
  40. └─ view
  41. ├─ component
  42. ├─ select-class-list.html
  43. ├─ select-teacher-list.html
  44. ├─ teacherTimetableList.html
  45. ├─ timetable.html
  46. ├─ vueFilters.html
  47. └─ vueJsonEditor.html
  48. ├─ init-json
  49. └─ page
  50. └─ exclusionRuleManagement.js
  51. └─ page
  52. ├─ arrangeTaskManagement.html
  53. ├─ constantManagement copy.html
  54. ├─ constantManagement.html
  55. ├─ exclusionRuleManagement.html
  56. ├─ mergeTimetableManagement.html
  57. ├─ schoolTimetableView.html
  58. ├─ semesterArchive.html
  59. ├─ teacherTimetable.html
  60. ├─ teacherTimetableView.html
  61. ├─ teachingArrangement.html
  62. ├─ teachingPlanManagement.html
  63. └─ timetableManagement.html
  64. ├─ app.js
  65. ├─ config
  66. ├─ config.default.js
  67. ├─ config.env.example.js
  68. ├─ config.local.example.js
  69. ├─ config.local.js
  70. ├─ config.prod.example.js
  71. ├─ config.unittest.example.js
  72. └─ plugin.js
  73. ├─ jsconfig.json
  74. ├─ logs
  75. ├─ common-error.json.log
  76. ├─ common-error.json.log.2024-03-15
  77. ├─ common-error.log
  78. ├─ common-error.log.2024-03-15
  79. ├─ egg-agent.json.log
  80. ├─ egg-agent.log
  81. ├─ egg-agent.log.2024-03-15
  82. ├─ egg-knex.json.log
  83. ├─ egg-knex.json.log.2024-03-15
  84. ├─ egg-knex.log
  85. ├─ egg-knex.log.2024-03-15
  86. ├─ egg-schedule.json.log
  87. ├─ egg-schedule.json.log.2024-03-15
  88. ├─ egg-schedule.log
  89. ├─ egg-schedule.log.2024-03-15
  90. ├─ egg-web.json.log
  91. ├─ egg-web.json.log.2024-03-15
  92. ├─ egg-web.log
  93. ├─ egg-web.log.2024-03-15
  94. ├─ teaching_activity-web.json.log
  95. ├─ teaching_activity-web.json.log.2024-03-15
  96. ├─ teaching_activity-web.log
  97. ├─ teaching_activity-web.log.2024-03-15
  98. ├─ teaching_activity.html.json.log
  99. ├─ teaching_activity.html.log
  100. ├─ teaching_activity.page.json.log
  101. ├─ teaching_activity.page.log
  102. ├─ teaching_activity.resource.json.log
  103. ├─ teaching_activity.resource.json.log.2024-03-15
  104. ├─ teaching_activity.resource.log
  105. └─ teaching_activity.resource.log.2024-03-15
  106. ├─ package-lock.json
  107. ├─ package.json
  108. ├─ run
  109. ├─ agent_config.json
  110. ├─ agent_config_meta.json
  111. ├─ agent_timing_52432.json
  112. ├─ application_config.json
  113. ├─ application_config_meta.json
  114. ├─ application_timing_52477.json
  115. └─ router.json
  116. ├─ sql
  117. ├─ init.sql
  118. └─ mock.sql
  119. ├─ typings
  120. ├─ app
  121. ├─ extend
  122. └─ helper.d.ts
  123. ├─ index.d.ts
  124. └─ service
  125. └─ index.d.ts
  126. └─ config
  127. ├─ index.d.ts
  128. └─ plugin.d.ts
  129. └─ upload