Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
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
RB_StrongestBrain_250520
Commits
3cfbe981
Commit
3cfbe981
authored
May 23, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index
parent
a582ba58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
31 deletions
+17
-31
store.ts
src/store/store.ts
+17
-31
No files found.
src/store/store.ts
View file @
3cfbe981
...
...
@@ -84,38 +84,24 @@ class Store {
}
indexData
:
{
actStartTime
?:
number
,
actEndTime
?:
number
,
currentTime
?:
number
,
guideFlag
?:
boolean
,
creditsNum
?:
number
,
expireDays
?:
number
,
currentStoreNum
?:
number
,
storeLimitNum
?:
number
,
continueSignDays
?:
number
,
todaySignFlag
?:
boolean
,
signRecords
?:
{
id
:
string
,
day
:
number
,
creditsNum
:
number
,
boolSign
:
boolean
,
}[],
// overflowBubble?: IOverflowBubbleInfo,
// bubbleRecords?: IBubbleInfo[],
returnAwardCreditsNum
?:
number
,
downGoldVo
?:
{
creditsNum
:
number
,
multipleValue
:
number
,
taskId
:
string
,
url
:
string
,
actStartTime
?:
number
,
// 对应mock中的actStartTimestamp
actEndTime
?:
number
,
// 对应mock中的actEndTimestamp
currentTime
?:
number
,
// 对应mock中的currentTimestamp
answerChance
?:
number
,
rank
?:
number
,
uid
?:
string
,
avatar
?:
string
,
isAgent
?:
boolean
,
agreePrivacy
?:
boolean
,
boundYkCode
?:
string
,
validUid
?:
boolean
,
rulePop
?:
boolean
,
rankPop
?:
{
prizeName
?:
string
|
null
,
prizeImg
?:
string
,
rank
?:
number
},
isAgent
:
string
,
agreePrivacy
:
boolean
,
}
=
{};
firstIn
=
true
;
...
...
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