Commit 0b011c09 authored by zjz1994's avatar zjz1994

增加826-850关卡

parent 4267a5e0
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 37;
window['last_level'] = 825;
window['total_level'] = 8 + 3 + 22 * 39;
window['last_level'] = 850;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//826-850
export const Chapters33: ChapterData[] = [
]
......@@ -34,6 +34,7 @@ import { Chapters29 } from "./Chapter29";
import { Chapters30 } from "./Chapter30";
import { Chapters31 } from "./Chapter31";
import { Chapters32 } from "./Chapter32";
import { Chapters33 } from "./Chapter33";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -68,7 +69,7 @@ const chapters: ChapterData[] = [].concat(
Chapters30,
Chapters31,
Chapters32,
Chapters33
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -4138,6 +4138,131 @@
"levelNum": 825,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 826,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 827,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 828,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 829,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 830,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 831,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 832,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 833,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 834,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 835,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 836,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 837,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 838,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 839,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 840,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 841,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 842,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 843,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 844,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 845,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 846,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 847,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 848,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 849,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 850,
"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