Commit 816b094e authored by zjz1994's avatar zjz1994

消消乐新增700关暂存

parent bc471323
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 40;
window['last_level'] = 875;
window['total_level'] = 8 + 3 + 22 * 41;
window['last_level'] = 900;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//876-900
export const Chapters35: ChapterData[] = [
]
......@@ -36,6 +36,7 @@ import { Chapters31 } from "./Chapter31";
import { Chapters32 } from "./Chapter32";
import { Chapters33 } from "./Chapter33";
import { Chapters34 } from "./Chapter34";
import { Chapters35 } from "./Chapter35";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -71,7 +72,8 @@ const chapters: ChapterData[] = [].concat(
Chapters31,
Chapters32,
Chapters33,
Chapters34
Chapters34,
Chapters35
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -4388,6 +4388,131 @@
"levelNum": 875,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 876,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 877,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 878,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 879,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 880,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 881,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 882,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 883,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 884,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 885,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 886,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 887,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 888,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 889,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 890,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 891,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 892,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 893,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 894,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 895,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 896,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 897,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 898,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 899,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 900,
"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