Commit fd7529d4 authored by zjz1994's avatar zjz1994

草坪功能暂存

parent 8d590385
......@@ -80,7 +80,7 @@ chapters.forEach((chapter,index) => {
*/
export function getChapterData(index: number): ChapterData {
//没有数据就返回第一关数据
return chapters[702];
// return chapters[702];
return chapters[index] || chapters[1];
}
......
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