课程-章节-课时顺序调整完成
This commit is contained in:
11
Html/apps/static/js/course_current.js
Normal file
11
Html/apps/static/js/course_current.js
Normal file
@@ -0,0 +1,11 @@
|
||||
window.EDIT_COURSE_CURRENT = window.EDIT_COURSE_CURRENT || {
|
||||
material_id: null,
|
||||
outline: {
|
||||
// phases: [{ text: chapterName }, ...]
|
||||
phases: [],
|
||||
// stepsByPhase: { [chapterName]: [lessonName, ...] }
|
||||
stepsByPhase: {}
|
||||
},
|
||||
meta: {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user