课程-章节-课时顺序调整完成

This commit is contained in:
CakeCN
2025-09-03 20:33:23 +08:00
parent a0dd8cd234
commit 9de817d416
8 changed files with 443 additions and 8 deletions

View 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: {}
};