Commit 47f5ea5a authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 7772b522
...@@ -137,8 +137,8 @@ ...@@ -137,8 +137,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 * 56; window['total_level'] = 8 + 3 + 22 * 57;
window['last_level'] = 1240; window['last_level'] = 1260;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
This diff is collapsed.
import { ChapterData } from "../interface/ChapterData";
//1241-1260
export const Chapters53: ChapterData[] = [
]
\ No newline at end of file
...@@ -54,6 +54,7 @@ import { Chapters49 } from "./Chapter49"; ...@@ -54,6 +54,7 @@ import { Chapters49 } from "./Chapter49";
import { Chapters50 } from "./Chapter50"; import { Chapters50 } from "./Chapter50";
import { Chapters51 } from "./Chapter51"; import { Chapters51 } from "./Chapter51";
import { Chapters52 } from "./Chapter52"; import { Chapters52 } from "./Chapter52";
import { Chapters53 } from "./Chapter53";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -107,7 +108,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -107,7 +108,8 @@ const chapters: ChapterData[] = [].concat(
Chapters49, Chapters49,
Chapters50, Chapters50,
Chapters51, Chapters51,
Chapters52 Chapters52,
Chapters53
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -6213,6 +6213,106 @@ ...@@ -6213,6 +6213,106 @@
"levelNum": 1240, "levelNum": 1240,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 1241,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1242,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1243,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1244,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1245,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1246,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1247,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1248,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1249,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1250,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1251,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1252,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1253,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1254,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1255,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1256,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1257,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1258,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1259,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1260,
"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