Commit d4c713ce authored by zjz1994's avatar zjz1994

新增关卡

parent 8f844f39
......@@ -127,8 +127,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 31;
window['last_level'] = 675;
window['total_level'] = 8 + 3 + 22 * 32;
window['last_level'] = 700;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//676-700
export const Chapters27: ChapterData[] = [
]
......@@ -28,7 +28,7 @@ import { Chapters23 } from "./Chapter23";
import { Chapters24 } from "./Chapter24";
import { Chapters25 } from "./Chapter25";
import { Chapters26 } from "./Chapter26";
import { Chapters27 } from "./Chapter27";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -56,7 +56,8 @@ const chapters: ChapterData[] = [].concat(
Chapters23,
Chapters24,
Chapters25,
Chapters26
Chapters26,
Chapters27
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -3388,6 +3388,131 @@
"levelNum": 675,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 676,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 677,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 678,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 679,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 680,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 681,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 682,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 683,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 684,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 685,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 686,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 687,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 688,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 689,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 690,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 691,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 692,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 693,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 694,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 695,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 696,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 697,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 698,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 699,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 700,
"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