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
9f082fb6
Commit
9f082fb6
authored
Nov 13, 2020
by
zhangjinzhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码暂存
parent
b464dbfd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
index.html
egret/index.html
+2
-2
Chapter55.ts
egret/src/something/chapters/Chapter55.ts
+6
-0
getChapter.ts
egret/src/something/chapters/getChapter.ts
+4
-1
home.json
mock/happyclear/home.json
+1
-1
No files found.
egret/index.html
View file @
9f082fb6
...
...
@@ -137,8 +137,8 @@
// localStorage.clear();
window
[
'imgver'
]
=
'11112'
;
//top 8 ,repeat 22 , bottom 3
window
[
'total_level'
]
=
8
+
3
+
22
*
5
8
;
window
[
'last_level'
]
=
1
28
0
;
window
[
'total_level'
]
=
8
+
3
+
22
*
5
9
;
window
[
'last_level'
]
=
1
30
0
;
var
sharePic
=
document
.
getElementById
(
'pic'
);
sharePic
.
onclick
=
function
()
{
...
...
egret/src/something/chapters/Chapter55.ts
0 → 100644
View file @
9f082fb6
import
{
ChapterData
}
from
"../interface/ChapterData"
;
//1261-1280
export
const
Chapters55
:
ChapterData
[]
=
[
]
\ No newline at end of file
egret/src/something/chapters/getChapter.ts
View file @
9f082fb6
...
...
@@ -56,6 +56,7 @@ import { Chapters51 } from "./Chapter51";
import
{
Chapters52
}
from
"./Chapter52"
;
import
{
Chapters53
}
from
"./Chapter53"
;
import
{
Chapters54
}
from
"./Chapter54"
;
import
{
Chapters55
}
from
"./Chapter55"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
Chapters1
,
...
...
@@ -111,7 +112,9 @@ const chapters: ChapterData[] = [].concat(
Chapters51
,
Chapters52
,
Chapters53
,
Chapters54
Chapters54
,
Chapters55
,
)
// console.log(chapters)
chapters
.
forEach
((
chapter
,
index
)
=>
{
...
...
mock/happyclear/home.json
View file @
9f082fb6
...
...
@@ -20,7 +20,7 @@
"num"
:
3
}
],
"playerlevel"
:
1
28
0
,
"playerlevel"
:
1
30
0
,
"remainEnargy"
:
2
,
"askForEnergy"
:
false
,
"refectionCountdown"
:
77777
,
...
...
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