Commit 6a028552 authored by zjz1994's avatar zjz1994

726-750关卡

parent b83df1bb
...@@ -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 * 33; window['total_level'] = 8 + 3 + 22 * 34;
window['last_level'] = 725; window['last_level'] = 750;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//726-750
export const Chapters29: ChapterData[] = [
]
...@@ -30,6 +30,7 @@ import { Chapters25 } from "./Chapter25"; ...@@ -30,6 +30,7 @@ import { Chapters25 } from "./Chapter25";
import { Chapters26 } from "./Chapter26"; import { Chapters26 } from "./Chapter26";
import { Chapters27 } from "./Chapter27"; import { Chapters27 } from "./Chapter27";
import { Chapters28 } from "./Chapter28"; import { Chapters28 } from "./Chapter28";
import { Chapters29 } from "./Chapter29";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -59,7 +60,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -59,7 +60,8 @@ const chapters: ChapterData[] = [].concat(
Chapters25, Chapters25,
Chapters26, Chapters26,
Chapters27, Chapters27,
Chapters28 Chapters28,
Chapters29
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
{ {
"code":"0000000000", "code":"0000000000",
"data":{ "data":{
"remain": 3, "remain": 0,
"redBombSwitchTime": "77798963487234" "redBombSwitchTime": "77798963487234"
}, },
"desc":"OK", "desc":"OK",
......
...@@ -3638,6 +3638,131 @@ ...@@ -3638,6 +3638,131 @@
"levelNum": 725, "levelNum": 725,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 726,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 727,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 728,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 729,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 730,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 731,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 732,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 733,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 734,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 735,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 736,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 737,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 738,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 739,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 740,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 741,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 742,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 743,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 744,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 745,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 746,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 747,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 748,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 749,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 750,
"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