Commit ded96b53 authored by zjz1994's avatar zjz1994

新增关卡

parent e8b1b5b0
...@@ -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 * 35; window['total_level'] = 8 + 3 + 22 * 36;
window['last_level'] = 775; window['last_level'] = 800;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//776-800
export const Chapters31: ChapterData[] = [
]
...@@ -32,6 +32,7 @@ import { Chapters27 } from "./Chapter27"; ...@@ -32,6 +32,7 @@ import { Chapters27 } from "./Chapter27";
import { Chapters28 } from "./Chapter28"; import { Chapters28 } from "./Chapter28";
import { Chapters29 } from "./Chapter29"; import { Chapters29 } from "./Chapter29";
import { Chapters30 } from "./Chapter30"; import { Chapters30 } from "./Chapter30";
import { Chapters31 } from "./Chapter31";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -64,7 +65,7 @@ const chapters: ChapterData[] = [].concat( ...@@ -64,7 +65,7 @@ const chapters: ChapterData[] = [].concat(
Chapters28, Chapters28,
Chapters29, Chapters29,
Chapters30, Chapters30,
Chapters31
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -3888,6 +3888,131 @@ ...@@ -3888,6 +3888,131 @@
"levelNum": 775, "levelNum": 775,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 776,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 777,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 778,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 779,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 780,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 781,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 782,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 783,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 784,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 785,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 786,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 787,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 788,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 789,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 790,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 791,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 792,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 793,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 794,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 795,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 796,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 797,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 798,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 799,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 800,
"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