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
427af705
Commit
427af705
authored
May 15, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
b884b1aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
Bubble.ts
src/pages/HomePage/Top/Components/Bubble.ts
+1
-3
OverflowBubble.ts
src/pages/HomePage/Top/Components/OverflowBubble.ts
+1
-4
No files found.
src/pages/HomePage/Top/Components/Bubble.ts
View file @
427af705
...
@@ -83,9 +83,7 @@ export class Bubble extends Container implements IBase {
...
@@ -83,9 +83,7 @@ export class Bubble extends Container implements IBase {
});
});
}
}
cdTarget
=
{
cdTarget
=
{
cd
:
0
}
cd
:
0
,
}
setInfo
(
info
:
IBubbleInfo
)
{
setInfo
(
info
:
IBubbleInfo
)
{
const
{
id
,
creditsNum
,
expireTime
,
type
}
=
info
;
const
{
id
,
creditsNum
,
expireTime
,
type
}
=
info
;
...
...
src/pages/HomePage/Top/Components/OverflowBubble.ts
View file @
427af705
...
@@ -66,10 +66,7 @@ export class OverflowBubble extends Container implements IBase {
...
@@ -66,10 +66,7 @@ export class OverflowBubble extends Container implements IBase {
.
to
({
y
:
y
},
2000
,
Ease
.
quadInOut
);
.
to
({
y
:
y
},
2000
,
Ease
.
quadInOut
);
}
}
cdTarget
=
{
cd
:
0
}
cdTarget
=
{
cd
:
0
,
}
@
reactor
(()
=>
store
.
indexData
.
overflowBubble
)
@
reactor
(()
=>
store
.
indexData
.
overflowBubble
)
updateOverflow
(
info
:
IOverflowBubbleInfo
)
{
updateOverflow
(
info
:
IOverflowBubbleInfo
)
{
...
...
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