Commit 5daeec6c authored by wildfirecode's avatar wildfirecode

1

parent ac0bc7ae
......@@ -127,8 +127,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 22;
window['last_level'] = 475;
window['total_level'] = 8 + 3 + 22 * 23;
window['last_level'] = 500;
var sharePic = document.getElementById('pic');
......
This diff is collapsed.
......@@ -20,6 +20,7 @@ import { Chapters15 } from "./Chapter15";
import { Chapters16 } from "./Chapter16";
import { Chapters17 } from "./Chapter17";
import { Chapters18 } from "./Chapter18";
import { Chapters19 } from "./Chapter19";
//所有的关卡
const chapters: ChapterData[] = [].concat(
......@@ -41,6 +42,7 @@ const chapters: ChapterData[] = [].concat(
Chapters16,
Chapters17,
Chapters18,
Chapters19,
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -2387,6 +2387,132 @@
"levelNum": 475,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 476,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 477,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 478,
"maxScore": 47440,
"stars": 1
}
,
{
"levelNum": 479,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 480,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 481,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 482,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 483,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 484,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 485,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 486,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 487,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 488,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 489,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 490,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 491,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 492,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 493,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 494,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 495,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 496,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 497,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 498,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 499,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 500,
"maxScore": 47440,
"stars": 1
}
],
......
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