Commit f1b65f32 authored by zhangjinzhou's avatar zhangjinzhou

1007新增1180关

parent d975cf72
...@@ -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 * 53; window['total_level'] = 8 + 3 + 22 * 54;
window['last_level'] = 1160; window['last_level'] = 1180;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
This diff is collapsed.
...@@ -50,6 +50,7 @@ import { Chapters45 } from "./Chapter45"; ...@@ -50,6 +50,7 @@ import { Chapters45 } from "./Chapter45";
import { Chapters46 } from "./Chapter46"; import { Chapters46 } from "./Chapter46";
import { Chapters47 } from "./Chapter47"; import { Chapters47 } from "./Chapter47";
import { Chapters48 } from "./Chapter48"; import { Chapters48 } from "./Chapter48";
import { Chapters49 } from "./Chapter49";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -99,7 +100,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -99,7 +100,8 @@ const chapters: ChapterData[] = [].concat(
Chapters45, Chapters45,
Chapters46, Chapters46,
Chapters47, Chapters47,
Chapters48 Chapters48,
Chapters49,
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -5813,6 +5813,106 @@ ...@@ -5813,6 +5813,106 @@
"levelNum": 1160, "levelNum": 1160,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 1161,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1162,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1163,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1164,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1165,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1166,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1167,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1168,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1169,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1170,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1171,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1172,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1173,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1174,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1175,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1176,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1177,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1178,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1179,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1180,
"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