Commit 2cf45d60 authored by zjz1994's avatar zjz1994

代码暂存

parent 7360e886
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 42;
window['last_level'] = 920;
window['total_level'] = 8 + 3 + 22 * 43;
window['last_level'] = 940;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//921-940
export const Chapters37: ChapterData[] = [
]
......@@ -38,6 +38,7 @@ import { Chapters33 } from "./Chapter33";
import { Chapters34 } from "./Chapter34";
import { Chapters35 } from "./Chapter35";
import { Chapters36 } from "./Chapter36";
import { Chapters37 } from "./Chapter37";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -75,7 +76,8 @@ const chapters: ChapterData[] = [].concat(
Chapters33,
Chapters34,
Chapters35,
Chapters36
Chapters36,
Chapters37
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -4613,6 +4613,106 @@
"levelNum": 920,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 921,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 922,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 923,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 924,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 925,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 926,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 927,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 928,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 929,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 930,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 931,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 932,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 933,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 934,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 935,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 936,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 937,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 938,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 939,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 940,
"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