Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
64962056
Commit
64962056
authored
Mar 18, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dfd0b96c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
382 additions
and
6 deletions
+382
-6
index.html
egret/index.html
+2
-3
Chapter21.ts
egret/src/something/chapters/Chapter21.ts
+125
-0
getChapter.ts
egret/src/something/chapters/getChapter.ts
+3
-1
home.json
mock/happyclear/home.json
+126
-1
homemax.json
mock/happyclear/homemax.json
+126
-1
No files found.
egret/index.html
View file @
64962056
...
...
@@ -127,9 +127,8 @@
// localStorage.clear();
window
[
'imgver'
]
=
'11112'
;
//top 8 ,repeat 22 , bottom 3
window
[
'total_level'
]
=
8
+
3
+
22
*
24
;
window
[
'last_level'
]
=
525
;
window
[
'total_level'
]
=
8
+
3
+
22
*
25
;
window
[
'last_level'
]
=
550
;
var
sharePic
=
document
.
getElementById
(
'pic'
);
sharePic
.
onclick
=
function
()
{
...
...
egret/src/something/chapters/Chapter21.ts
0 → 100644
View file @
64962056
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/getChapter.ts
View file @
64962056
...
...
@@ -22,6 +22,7 @@ import { Chapters17 } from "./Chapter17";
import
{
Chapters18
}
from
"./Chapter18"
;
import
{
Chapters19
}
from
"./Chapter19"
;
import
{
Chapters20
}
from
"./Chapter20"
;
import
{
Chapters21
}
from
"./Chapter21"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
...
...
@@ -45,6 +46,7 @@ const chapters: ChapterData[] = [].concat(
Chapters18
,
Chapters19
,
Chapters20
,
Chapters21
,
)
// console.log(chapters)
chapters
.
forEach
((
chapter
,
index
)
=>
{
...
...
@@ -104,4 +106,4 @@ var a = {
// }
// var file = new File([JSON.stringify(obj)], "cfg.json", { type: "text/plain;charset=utf-8" });
// window["saveAs"](file);
// })(chapters)
\ No newline at end of file
// })(chapters)
mock/happyclear/home.json
View file @
64962056
...
...
@@ -2638,6 +2638,131 @@
"levelNum"
:
525
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
526
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
527
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
528
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
529
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
530
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
531
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
532
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
533
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
534
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
535
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
536
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
537
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
538
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
539
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
540
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
541
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
542
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
543
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
544
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
545
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
546
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
547
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
548
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
549
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
550
,
"maxScore"
:
47440
,
"stars"
:
1
}
],
...
...
@@ -2660,4 +2785,4 @@
"canReceiveTreasureBoxNum"
:
10
,
"nextRangeStarsNum"
:
150
}
}
\ No newline at end of file
}
mock/happyclear/homemax.json
View file @
64962056
...
...
@@ -2638,6 +2638,131 @@
"levelNum"
:
525
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
526
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
527
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
528
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
529
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
530
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
531
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
532
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
533
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
534
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
535
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
536
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
537
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
538
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
539
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
540
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
541
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
542
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
543
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
544
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
545
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
546
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
547
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
548
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
549
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
550
,
"maxScore"
:
47440
,
"stars"
:
1
}
],
...
...
@@ -2660,4 +2785,4 @@
"canReceiveTreasureBoxNum"
:
10
,
"nextRangeStarsNum"
:
150
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment