Commit cde65615 authored by zjz1994's avatar zjz1994

新增1000关

parent 072a3ce4
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
window['imgver'] = '11112'; window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3 //top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 45; window['total_level'] = 8 + 3 + 22 * 45;
window['last_level'] = 980; window['last_level'] = 1000;
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";
//981-1000
export const Chapters40: ChapterData[] = [
]
\ No newline at end of file
...@@ -41,6 +41,7 @@ import { Chapters36 } from "./Chapter36"; ...@@ -41,6 +41,7 @@ import { Chapters36 } from "./Chapter36";
import { Chapters37 } from "./Chapter37"; import { Chapters37 } from "./Chapter37";
import { Chapters38 } from "./Chapter38"; import { Chapters38 } from "./Chapter38";
import { Chapters39 } from "./Chapter39"; import { Chapters39 } from "./Chapter39";
import { Chapters40 } from "./Chapter40";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -81,7 +82,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -81,7 +82,8 @@ const chapters: ChapterData[] = [].concat(
Chapters36, Chapters36,
Chapters37, Chapters37,
Chapters38, Chapters38,
Chapters39 Chapters39,
Chapters40,
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
...@@ -115,7 +117,6 @@ var a = { ...@@ -115,7 +117,6 @@ var a = {
"two": 15000, "two": 15000,
"three": 32000 "three": 32000
}; };
// 取数据格式用,一般情况注释 // 取数据格式用,一般情况注释
// (function exportFile(chapters: ChapterData[]) { // (function exportFile(chapters: ChapterData[]) {
// var obj = [] // var obj = []
......
...@@ -4913,6 +4913,106 @@ ...@@ -4913,6 +4913,106 @@
"levelNum": 980, "levelNum": 980,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 981,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 982,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 983,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 984,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 985,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 986,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 987,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 988,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 989,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 990,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 991,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 992,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 993,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 994,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 995,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 996,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 997,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 998,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 999,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1000,
"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