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
93c946b2
Commit
93c946b2
authored
Aug 26, 2020
by
zjz1994
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增1080关卡
parent
e91075ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
110 additions
and
2 deletions
+110
-2
index.html
egret/index.html
+2
-2
Chapter44.ts
egret/src/something/chapters/Chapter44.ts
+6
-0
getChapter.ts
egret/src/something/chapters/getChapter.ts
+2
-0
home.json
mock/happyclear/home.json
+100
-0
No files found.
egret/index.html
View file @
93c946b2
...
...
@@ -136,8 +136,8 @@
// localStorage.clear();
window
[
'imgver'
]
=
'11112'
;
//top 8 ,repeat 22 , bottom 3
window
[
'total_level'
]
=
8
+
3
+
22
*
4
8
;
window
[
'last_level'
]
=
10
6
0
;
window
[
'total_level'
]
=
8
+
3
+
22
*
4
9
;
window
[
'last_level'
]
=
10
8
0
;
var
sharePic
=
document
.
getElementById
(
'pic'
);
sharePic
.
onclick
=
function
()
{
...
...
egret/src/something/chapters/Chapter44.ts
0 → 100644
View file @
93c946b2
import
{
ChapterData
}
from
"../interface/ChapterData"
;
//1061-1080
export
const
Chapters44
:
ChapterData
[]
=
[
]
\ No newline at end of file
egret/src/something/chapters/getChapter.ts
View file @
93c946b2
...
...
@@ -45,6 +45,7 @@ import { Chapters40 } from "./Chapter40";
import
{
Chapters41
}
from
"./Chapter41"
;
import
{
Chapters42
}
from
"./Chapter42"
;
import
{
Chapters43
}
from
"./Chapter43"
;
import
{
Chapters44
}
from
"./Chapter44"
;
//所有的关卡
const
chapters
:
ChapterData
[]
=
[].
concat
(
Chapters1
,
...
...
@@ -90,6 +91,7 @@ const chapters: ChapterData[] = [].concat(
Chapters41
,
Chapters42
,
Chapters43
,
Chapters44
)
// console.log(chapters)
chapters
.
forEach
((
chapter
,
index
)
=>
{
...
...
mock/happyclear/home.json
View file @
93c946b2
...
...
@@ -5313,6 +5313,106 @@
"levelNum"
:
1060
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1061
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1062
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1063
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1064
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1065
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1066
,
"maxScore"
:
77770
,
"stars"
:
1
},
{
"levelNum"
:
1067
,
"maxScore"
:
77770
,
"stars"
:
1
},
{
"levelNum"
:
1068
,
"maxScore"
:
77770
,
"stars"
:
1
},
{
"levelNum"
:
1069
,
"maxScore"
:
77770
,
"stars"
:
1
},
{
"levelNum"
:
1070
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1071
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1072
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1073
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1074
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1075
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1076
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1077
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1078
,
"maxScore"
:
49440
,
"stars"
:
1
},
{
"levelNum"
:
1079
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
1080
,
"maxScore"
:
47440
,
"stars"
:
1
}
],
"remainProp"
:
[
...
...
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