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
5daeec6c
Commit
5daeec6c
authored
Mar 04, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ac0bc7ae
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
292 additions
and
2 deletions
+292
-2
index.html
egret/index.html
+2
-2
Chapter19.ts
egret/src/something/chapters/Chapter19.ts
+162
-0
getChapter.ts
egret/src/something/chapters/getChapter.ts
+2
-0
home.json
mock/happyclear/home.json
+126
-0
No files found.
egret/index.html
View file @
5daeec6c
...
...
@@ -127,8 +127,8 @@
// localStorage.clear();
window
[
'imgver'
]
=
'11112'
;
//top 8 ,repeat 22 , bottom 3
window
[
'total_level'
]
=
8
+
3
+
22
*
2
2
;
window
[
'last_level'
]
=
475
;
window
[
'total_level'
]
=
8
+
3
+
22
*
2
3
;
window
[
'last_level'
]
=
500
;
var
sharePic
=
document
.
getElementById
(
'pic'
);
...
...
egret/src/something/chapters/Chapter19.ts
0 → 100644
View file @
5daeec6c
This diff is collapsed.
Click to expand it.
egret/src/something/chapters/getChapter.ts
View file @
5daeec6c
...
...
@@ -20,6 +20,7 @@ import { Chapters15 } from "./Chapter15";
import
{
Chapters16
}
from
"./Chapter16"
;
import
{
Chapters17
}
from
"./Chapter17"
;
import
{
Chapters18
}
from
"./Chapter18"
;
import
{
Chapters19
}
from
"./Chapter19"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
...
...
@@ -41,6 +42,7 @@ const chapters: ChapterData[] = [].concat(
Chapters16
,
Chapters17
,
Chapters18
,
Chapters19
,
)
// console.log(chapters)
chapters
.
forEach
((
chapter
,
index
)
=>
{
...
...
mock/happyclear/home.json
View file @
5daeec6c
...
...
@@ -2387,6 +2387,132 @@
"levelNum"
:
475
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
476
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
477
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
478
,
"maxScore"
:
47440
,
"stars"
:
1
}
,
{
"levelNum"
:
479
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
480
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
481
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
482
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
483
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
484
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
485
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
486
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
487
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
488
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
489
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
490
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
491
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
492
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
493
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
494
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
495
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
496
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
497
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
498
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
499
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
500
,
"maxScore"
:
47440
,
"stars"
:
1
}
],
...
...
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