Commit 80ac538e authored by zjz1994's avatar zjz1994

875代码暂存

parent 881f1760
...@@ -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 * 39; window['total_level'] = 8 + 3 + 22 * 40;
window['last_level'] = 850; window['last_level'] = 875;
var sharePic = document.getElementById('pic'); var sharePic = document.getElementById('pic');
sharePic.onclick = function () { sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//851-875
export const Chapters34: ChapterData[] = [
]
...@@ -35,6 +35,7 @@ import { Chapters30 } from "./Chapter30"; ...@@ -35,6 +35,7 @@ import { Chapters30 } from "./Chapter30";
import { Chapters31 } from "./Chapter31"; import { Chapters31 } from "./Chapter31";
import { Chapters32 } from "./Chapter32"; import { Chapters32 } from "./Chapter32";
import { Chapters33 } from "./Chapter33"; import { Chapters33 } from "./Chapter33";
import { Chapters34 } from "./Chapter34";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -69,7 +70,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -69,7 +70,8 @@ const chapters: ChapterData[] = [].concat(
Chapters30, Chapters30,
Chapters31, Chapters31,
Chapters32, Chapters32,
Chapters33 Chapters33,
Chapters34
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
...@@ -4263,6 +4263,131 @@ ...@@ -4263,6 +4263,131 @@
"levelNum": 850, "levelNum": 850,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 851,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 852,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 853,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 854,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 855,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 856,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 857,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 858,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 859,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 860,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 861,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 862,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 863,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 864,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 865,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 866,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 867,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 868,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 869,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 870,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 871,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 872,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 873,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 874,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 875,
"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