Commit ddb30d3e authored by zjz1994's avatar zjz1994

新增1040关

parent 5a77fe38
...@@ -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 * 46; window['total_level'] = 8 + 3 + 22 * 47;
window['last_level'] = 1020; window['last_level'] = 1040;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//1021-1040
export const Chapters42: ChapterData[] = [
]
\ No newline at end of file
...@@ -43,6 +43,7 @@ import { Chapters38 } from "./Chapter38"; ...@@ -43,6 +43,7 @@ import { Chapters38 } from "./Chapter38";
import { Chapters39 } from "./Chapter39"; import { Chapters39 } from "./Chapter39";
import { Chapters40 } from "./Chapter40"; import { Chapters40 } from "./Chapter40";
import { Chapters41 } from "./Chapter41"; import { Chapters41 } from "./Chapter41";
import { Chapters42 } from "./Chapter42";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -85,7 +86,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -85,7 +86,8 @@ const chapters: ChapterData[] = [].concat(
Chapters38, Chapters38,
Chapters39, Chapters39,
Chapters40, Chapters40,
Chapters41 Chapters41,
Chapters42
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -5113,6 +5113,106 @@ ...@@ -5113,6 +5113,106 @@
"levelNum": 1020, "levelNum": 1020,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 1021,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1022,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1023,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1024,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1025,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1026,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1027,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1028,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1029,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1030,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1031,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1032,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1033,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1034,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1035,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1036,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1037,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1038,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1039,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1040,
"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