Commit 3d68d33e authored by zjz1994's avatar zjz1994

920关卡

parent 2d598e5e
...@@ -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 * 41; window['total_level'] = 8 + 3 + 22 * 42;
window['last_level'] = 900; window['last_level'] = 920;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//901-920
export const Chapters36: ChapterData[] = [
]
...@@ -37,6 +37,7 @@ import { Chapters32 } from "./Chapter32"; ...@@ -37,6 +37,7 @@ import { Chapters32 } from "./Chapter32";
import { Chapters33 } from "./Chapter33"; import { Chapters33 } from "./Chapter33";
import { Chapters34 } from "./Chapter34"; import { Chapters34 } from "./Chapter34";
import { Chapters35 } from "./Chapter35"; import { Chapters35 } from "./Chapter35";
import { Chapters36 } from "./Chapter36";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -73,7 +74,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -73,7 +74,8 @@ const chapters: ChapterData[] = [].concat(
Chapters32, Chapters32,
Chapters33, Chapters33,
Chapters34, Chapters34,
Chapters35 Chapters35,
Chapters36
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -4513,6 +4513,106 @@ ...@@ -4513,6 +4513,106 @@
"levelNum": 900, "levelNum": 900,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 901,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 902,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 903,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 904,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 905,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 906,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 907,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 908,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 909,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 910,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 911,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 912,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 913,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 914,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 915,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 916,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 917,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 918,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 919,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 920,
"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