Commit 072a3ce4 authored by zjz1994's avatar zjz1994

代码暂存

parent c215b5e4
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 44;
window['last_level'] = 960;
window['total_level'] = 8 + 3 + 22 * 45;
window['last_level'] = 980;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//961-980
export const Chapters39: ChapterData[] = [
]
\ No newline at end of file
......@@ -40,6 +40,7 @@ import { Chapters35 } from "./Chapter35";
import { Chapters36 } from "./Chapter36";
import { Chapters37 } from "./Chapter37";
import { Chapters38 } from "./Chapter38";
import { Chapters39 } from "./Chapter39";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -79,7 +80,8 @@ const chapters: ChapterData[] = [].concat(
Chapters35,
Chapters36,
Chapters37,
Chapters38
Chapters38,
Chapters39
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -4813,6 +4813,106 @@
"levelNum": 960,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 961,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 962,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 963,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 964,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 965,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 966,
"maxScore": 67660,
"stars": 1
},
{
"levelNum": 967,
"maxScore": 67660,
"stars": 1
},
{
"levelNum": 968,
"maxScore": 67660,
"stars": 1
},
{
"levelNum": 969,
"maxScore": 67660,
"stars": 1
},
{
"levelNum": 970,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 971,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 972,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 973,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 974,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 97,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 976,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 977,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 978,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 979,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 980,
"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