mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Update dialogs/nextLevel.js
This commit is contained in:
parent
98ae0ff7bd
commit
8d9e931669
1 changed files with 3 additions and 3 deletions
|
@ -35,10 +35,10 @@ exports.dialog = {
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
markdowns: [
|
markdowns: [
|
||||||
'## 幹得好!',
|
'## 太棒了!',
|
||||||
'',
|
'',
|
||||||
'您下了 *{numCommands}* 次指令解開這個關卡,',
|
'您用了 *{numCommands}* 個指令完成這一關,',
|
||||||
'我們的解答下了 {best} 次。'
|
'我們的解答用了 {best} 個。'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue