Commit c970d65b authored by zhangjinzhou's avatar zhangjinzhou

1040关卡暂存

parent 33cf3d39
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 51;
window['last_level'] = 1120;
window['total_level'] = 8 + 3 + 22 * 52;
window['last_level'] = 1140;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//1121-1140
export const Chapters47: ChapterData[] = [
]
\ No newline at end of file
......@@ -48,6 +48,7 @@ import { Chapters43 } from "./Chapter43";
import { Chapters44 } from "./Chapter44";
import { Chapters45 } from "./Chapter45";
import { Chapters46 } from "./Chapter46";
import { Chapters47 } from "./Chapter47";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -95,7 +96,8 @@ const chapters: ChapterData[] = [].concat(
Chapters43,
Chapters44,
Chapters45,
Chapters46
Chapters46,
Chapters47
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -5613,6 +5613,106 @@
"levelNum": 1120,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1121,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1122,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1123,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1124,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1125,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1126,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1127,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1128,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1129,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1130,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1131,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1132,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1133,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1134,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1135,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1136,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1137,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1138,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1139,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1140,
"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