项目结构
12114└─ 16-lms-lesson
├─ README.md
├─ app
│ ├─ common
│ │ └─ README.md
│ ├─ constant
│ │ ├─ README.md
│ │ ├─ constant.js
│ │ └─ error.js
│ ├─ controller
│ │ └─ README.md
│ ├─ extend
│ │ └─ helper.js
│ ├─ public
│ │ ├─ README.md
│ │ ├─ articleViewer
│ │ │ ├─ font-awesome.min.css
│ │ │ ├─ fonts
│ │ │ │ ├─ fa-brands-400.woff2
│ │ │ │ ├─ fa-regular-400.ttf
│ │ │ │ ├─ fa-regular-400.woff2
│ │ │ │ ├─ fa-solid-900.ttf
│ │ │ │ └─ fa-solid-900.woff2
│ │ │ ├─ mdb.min.css
│ │ │ ├─ mdb.min.js
│ │ │ ├─ mdb.min.js.map
│ │ │ └─ roboto-font.css
│ │ ├─ bookPicture
│ │ │ └─ cover.png
│ │ └─ pdf
│ │ ├─ pdf.min.js
│ │ └─ pdf.worker.min.js
│ ├─ schedule
│ │ └─ clearResourceRequestLog.js
│ ├─ service
│ │ ├─ articleParser.js
│ │ ├─ book.js
│ │ ├─ cloudDrive.js
│ │ ├─ common.js
│ │ ├─ constantUi.js
│ │ ├─ lesson.js
│ │ └─ section.js
│ └─ view
│ ├─ component
│ │ ├─ articleEditor
│ │ │ └─ articleEditorCss.html
│ │ ├─ articleViewer
│ │ │ ├─ jianghuCommonCss.html
│ │ │ ├─ jianghuDocCss.html
│ │ │ ├─ jianghuDocDocsCss.html
│ │ │ ├─ jianghuJs.html
│ │ │ └─ jianghuUiCss.html
│ │ ├─ datetimePicker.html
│ │ ├─ drawerForm.html
│ │ ├─ fileBrowser
│ │ │ ├─ breadcrumbs.html
│ │ │ ├─ createNewDirectory.html
│ │ │ ├─ directoryList.html
│ │ │ ├─ fileBrowser.html
│ │ │ ├─ fileDetail.html
│ │ │ ├─ fileUpload.html
│ │ │ └─ markdownEditor.html
│ │ ├─ globalHandler.html
│ │ ├─ markdown2html
│ │ │ ├─ articleMarkdownEngine.html
│ │ │ ├─ articleQueryTemplate.html
│ │ │ ├─ jhTagEngine.html
│ │ │ ├─ md2html.html
│ │ │ ├─ pdfViewerTemplate.html
│ │ │ └─ toggleTemplate.html
│ │ ├─ pdfView.html
│ │ ├─ sectionEditor
│ │ │ └─ sectionEditorCss.html
│ │ ├─ sectionListByBook.html
│ │ ├─ vueFilters.html
│ │ └─ vueJsonEditor.html
│ ├─ page
│ │ ├─ bookLessonEditor.html
│ │ ├─ bookManagement.html
│ │ ├─ bookSectionManagement.html
│ │ ├─ bookSectionProgress.html
│ │ ├─ materialManagement.html
│ │ ├─ sectionEdit.html
│ │ ├─ sectionList-copy.html
│ │ └─ sectionList.html
│ ├─ pageDoc
│ │ ├─ _sidebar.md
│ │ ├─ book.md
│ │ ├─ lesson.md
│ │ └─ section.md
│ └─ template
│ └─ articleTemplate.html
├─ app.js
├─ config
│ ├─ config.default.js
│ ├─ config.env.example.js
│ ├─ config.local.example.js
│ ├─ config.local.js
│ ├─ config.prod.example.js
│ └─ plugin.js
├─ jsconfig.json
├─ package-lock.json
├─ package.json
└─ sql
├─ cn_init.sql
├─ init.sql
├─ lesson.sql
└─ mock.sql