Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9edf80c

Browse files
committed
add level action
1 parente78e5d3 commit9edf80c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

‎src/tutorials/basic.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ const basic: CR.Tutorial = {
2626
title:'Operators',
2727
text:'A description of this stage',
2828
},
29+
actions:{
30+
setup:{
31+
commits:['aab5f3d'],
32+
commands:['npm install'],
33+
}
34+
}
2935
},
3036
level2Id:{
3137
stageList:['a'],
@@ -66,8 +72,7 @@ const basic: CR.Tutorial = {
6672
},
6773
actions:{
6874
setup:{
69-
commits:['aab5f3d','8fa5ad5'],
70-
commands:['npm install'],
75+
commits:['8fa5ad5'],
7176
files:['src/sum.js'],
7277
},
7378
solution:{

‎web-app/src/tutorials/basic.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ const basic: CR.Tutorial = {
2626
title:'Operators',
2727
text:'A description of this stage',
2828
},
29+
actions:{
30+
setup:{
31+
commits:['aab5f3d'],
32+
commands:['npm install'],
33+
}
34+
}
2935
},
3036
level2Id:{
3137
stageList:['a'],
@@ -66,8 +72,7 @@ const basic: CR.Tutorial = {
6672
},
6773
actions:{
6874
setup:{
69-
commits:['aab5f3d','8fa5ad5'],
70-
commands:['npm install'],
75+
commits:['8fa5ad5'],
7176
files:['src/sum.js'],
7277
},
7378
solution:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp