Commit 608d2d6c authored by zhangjinzhou's avatar zhangjinzhou

新增关卡暂存

parent b0058483
import { ChapterData } from "../interface/ChapterData";
//1100-1120
export const Chapters46: ChapterData[] = [
]
\ No newline at end of file
......@@ -47,6 +47,7 @@ import { Chapters42 } from "./Chapter42";
import { Chapters43 } from "./Chapter43";
import { Chapters44 } from "./Chapter44";
import { Chapters45 } from "./Chapter45";
import { Chapters46 } from "./Chapter46";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -93,7 +94,8 @@ const chapters: ChapterData[] = [].concat(
Chapters42,
Chapters43,
Chapters44,
Chapters45
Chapters45,
Chapters46
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -5513,6 +5513,106 @@
"levelNum": 1100,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1101,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1102,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1103,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1104,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1105,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1106,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1107,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1108,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1109,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1110,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1111,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1112,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1113,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1114,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1115,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1116,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1117,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1118,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1119,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1120,
"maxScore": 47440,
"stars": 1
}
],
"remainProp": [
......
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