Commit 24608b0a authored by zjz1994's avatar zjz1994

新增1020关卡

parent 0e6f0bd4
...@@ -136,8 +136,8 @@ ...@@ -136,8 +136,8 @@
// localStorage.clear(); // localStorage.clear();
window['imgver'] = '11112'; window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3 //top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 45; window['total_level'] = 8 + 3 + 22 * 46;
window['last_level'] = 1000; window['last_level'] = 1020;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//1001-1020
export const Chapters41: ChapterData[] = [
]
\ No newline at end of file
...@@ -42,6 +42,7 @@ import { Chapters37 } from "./Chapter37"; ...@@ -42,6 +42,7 @@ import { Chapters37 } from "./Chapter37";
import { Chapters38 } from "./Chapter38"; import { Chapters38 } from "./Chapter38";
import { Chapters39 } from "./Chapter39"; import { Chapters39 } from "./Chapter39";
import { Chapters40 } from "./Chapter40"; import { Chapters40 } from "./Chapter40";
import { Chapters41 } from "./Chapter41";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -84,6 +85,7 @@ const chapters: ChapterData[] = [].concat( ...@@ -84,6 +85,7 @@ const chapters: ChapterData[] = [].concat(
Chapters38, Chapters38,
Chapters39, Chapters39,
Chapters40, Chapters40,
Chapters41
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -5013,6 +5013,106 @@ ...@@ -5013,6 +5013,106 @@
"levelNum": 1000, "levelNum": 1000,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 1001,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1002,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1003,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1004,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1005,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1006,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1007,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1008,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1009,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1010,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1011,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1012,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1013,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1014,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1015,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1016,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1017,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1018,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1019,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1020,
"maxScore": 47440,
"stars": 1
} }
], ],
"remainProp": [ "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