Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kww_dayDayGetCredits_250512
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
kww_dayDayGetCredits_250512
Commits
e6f1006b
Commit
e6f1006b
authored
May 13, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
954084e5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
13 deletions
+17
-13
bg.png
src/assets/SkyFullGoldPanel/bg.png
+0
-0
金币堆.png
src/assets/SkyFullGoldPanel/金币堆.png
+0
-0
HomePage.tsx
src/pages/HomePage/HomePage.tsx
+1
-1
Game.ts
src/pages/HomePage/Top/Game.ts
+6
-2
SkyFullGoldPanel.less
src/panels/SkyFullGoldPanel/SkyFullGoldPanel.less
+4
-4
SkyFullGoldPanel.tsx
src/panels/SkyFullGoldPanel/SkyFullGoldPanel.tsx
+6
-6
No files found.
src/assets/SkyFullGoldPanel/bg.png
View replaced file @
954084e5
View file @
e6f1006b
235 KB
|
W:
|
H:
233 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/SkyFullGoldPanel/金币堆.png
View replaced file @
954084e5
View file @
e6f1006b
81 KB
|
W:
|
H:
81.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/HomePage/HomePage.tsx
View file @
e6f1006b
...
...
@@ -34,7 +34,7 @@ class HomePage extends React.Component<any, any> {
// store.doAssist()
// }
//
ModalCtrl.showModal(SkyFullGoldPanel);
ModalCtrl
.
showModal
(
SkyFullGoldPanel
);
}
clickPrize
=
()
=>
{
...
...
src/pages/HomePage/Top/Game.ts
View file @
e6f1006b
...
...
@@ -27,8 +27,6 @@ export class Game extends Container {
fullAni
.
loop
=
false
;
fullAni
.
play
();
// fullAni.gotoAndStop()
const
dropTextures
=
new
Array
(
300
).
fill
(
0
).
map
((
_
,
i
)
=>
{
return
Assets
.
get
(
`撒金币/撒金币_
${
prefixInteger
(
i
,
5
)}
.png`
);
});
...
...
@@ -54,6 +52,12 @@ export class Game extends Container {
this
.
on
(
"pointerup"
,
this
.
onPointerUp
,
this
);
}
playTo
(
progress
:
number
)
{
progress
=
Math
.
min
(
Math
.
max
(
progress
,
0
),
1
);
}
onPointerDown
(
e
:
any
)
{
console
.
log
(
e
)
}
...
...
src/panels/SkyFullGoldPanel/SkyFullGoldPanel.less
View file @
e6f1006b
...
...
@@ -26,11 +26,11 @@
.tip {
font-family: "zzgfyht";
font-size: 4
5.23
px;
font-size: 4
9.92
px;
color: #8f2245;
position: absolute;
left: 0;
top: 4
50
px;
top: 4
44
px;
width: 100%;
text-align: center;
}
...
...
@@ -38,9 +38,9 @@
.normal {
.img {
position: absolute;
left: 2
55
px;
left: 2
60
px;
top: 576px;
width: 2
43
px;
width: 2
34
px;
height: 228px;
.webpBg("SkyFullGoldPanel/金币堆.png");
}
...
...
src/panels/SkyFullGoldPanel/SkyFullGoldPanel.tsx
View file @
e6f1006b
...
...
@@ -33,15 +33,15 @@ class SkyFullGoldPanel extends React.Component<ISkyFullGoldPanelProps> {
<
div
className=
"bg"
/>
<
div
className=
"tip"
>
获得50积分
<
br
/>
解锁周三限时奖励
观看视频
<
br
/>
获得100积分
</
div
>
<
div
className=
"vip"
>
<
div
className=
"img"
/>
</
div
>
{
/*<div className="normal">*/
}
{
/*<div className="vip">*/
}
{
/* <div className="img"/>*/
}
{
/*</div>*/
}
<
div
className=
"normal"
>
<
div
className=
"img"
/>
</
div
>
<
div
className=
"taskBg"
/>
<
div
className=
"logo"
/>
...
...
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