File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ interface MemoryPanelProps {
1111 previousAvailable ?: number [ ] ;
1212}
1313
14- // 调用栈帧接口
15- interface StackFrame {
16- depth : number ;
17- path : number [ ] ;
18- currentChoice : number | null ;
19- availableChoices : number [ ] ;
20- }
21-
2214interface VariableState {
2315 name : string ;
2416 value : string ;
Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ interface TutorialPrompt {
2323 showPrediction ?: boolean ;
2424}
2525
26- // 教程步骤顺序
27- const TUTORIAL_STEP_ORDER : TutorialStep [ ] = [
28- 'intro' ,
29- 'first-select' ,
30- 'continue-select' ,
31- 'first-complete' ,
32- 'first-backtrack' ,
33- 'explore-branch' ,
34- 'summary' ,
35- ] ;
36-
3726const TUTORIAL_PROMPTS : Record < TutorialStep , TutorialPrompt > = {
3827 'intro' : {
3928 title : '🎓 欢迎来到回溯算法教程' ,
You can’t perform that action at this time.
0 commit comments