Commit c22bb538 authored by zjz1994's avatar zjz1994

默认关卡1

parent 5ab6f899
...@@ -71,7 +71,7 @@ chapters.forEach((chapter,index) => { ...@@ -71,7 +71,7 @@ chapters.forEach((chapter,index) => {
*/ */
export function getChapterData(index: number): ChapterData { export function getChapterData(index: number): ChapterData {
//没有数据就返回第一关数据 //没有数据就返回第一关数据
return chapters[index] || chapters[551]; return chapters[index] || chapters[1];
} }
var a = { var a = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment