Blame view

lib/pages/section/subsection/base_section/state.dart 195 Bytes
46675a89   吴启风   feat:过渡页-视频环节
1
2
  abstract class BaseSectionState {}
  
aa0d2360   吴启风   feat:过渡页-视频环节(再来一次)
3
4
5
6
7
  ///环节完成事件
  class SectionCompletedState extends BaseSectionState {}
  
  ///环节再来一次事件
  class SectionAgainState extends BaseSectionState {}