Commit 74b24e6e authored by wildfirecode's avatar wildfirecode

1

parent 374f827e
This diff is collapsed.
This diff is collapsed.
import { ChapterData } from "../interface/ChapterData";
import { PassType } from "../enum/PassType";
import { ElementType } from "../enum/ElementType";
export const Chapters14: ChapterData[] = [
]
\ No newline at end of file
...@@ -15,6 +15,7 @@ import { PassType } from "../enum/PassType"; ...@@ -15,6 +15,7 @@ import { PassType } from "../enum/PassType";
import { submitTran } from "../enum/ElementType"; import { submitTran } from "../enum/ElementType";
import { Chapters12 } from "./Chapter12"; import { Chapters12 } from "./Chapter12";
import { Chapters13 } from "./Chapter13"; import { Chapters13 } from "./Chapter13";
import { Chapters14 } from "./Chapter14";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
...@@ -31,6 +32,7 @@ const chapters: ChapterData[] = [].concat( ...@@ -31,6 +32,7 @@ const chapters: ChapterData[] = [].concat(
Chapters11, Chapters11,
Chapters12, Chapters12,
Chapters13, Chapters13,
Chapters14,
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
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