Commit e7177f55 authored by zhangjinzhou's avatar zhangjinzhou

预发1100关卡

parent b236d1e4
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 49;
window['last_level'] = 1080;
window['total_level'] = 8 + 3 + 22 * 50;
window['last_level'] = 1100;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//1081-1100
export const Chapters45: ChapterData[] = [
]
\ No newline at end of file
......@@ -46,6 +46,7 @@ import { Chapters41 } from "./Chapter41";
import { Chapters42 } from "./Chapter42";
import { Chapters43 } from "./Chapter43";
import { Chapters44 } from "./Chapter44";
import { Chapters45 } from "./Chapter45";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -91,7 +92,8 @@ const chapters: ChapterData[] = [].concat(
Chapters41,
Chapters42,
Chapters43,
Chapters44
Chapters44,
Chapters45
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -5413,6 +5413,106 @@
"levelNum": 1080,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1081,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1082,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1083,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1084,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1085,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1086,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1087,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1088,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1089,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1090,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1091,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1092,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1093,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1094,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1095,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1096,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1097,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1098,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1099,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1100,
"maxScore": 47440,
"stars": 1
}
],
"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