Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LuzhouLaojiaoSnake_250428
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
LuzhouLaojiaoSnake_250428
Commits
5e0eae53
Commit
5e0eae53
authored
May 12, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新手引导
parent
d3112870
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FailPanel.tsx
src/panels/FailPanel/FailPanel.tsx
+1
-1
SucPanel.tsx
src/panels/SucPanel/SucPanel.tsx
+1
-1
No files found.
src/panels/FailPanel/FailPanel.tsx
View file @
5e0eae53
...
...
@@ -37,7 +37,7 @@ class FailPanel extends React.Component<IFailPanelProps> {
return
<
div
className=
"FailPanel"
>
<
div
className=
"bg"
/>
<
div
className=
"rank"
>
当前排名:NO.
{
rank
}
</
div
>
<
div
className=
"rank"
>
当前排名:NO.
{
rank
<=
0
?
"999+"
:
rank
}
</
div
>
<
div
className=
"score"
>
{
score
}
<
span
>
分
</
span
></
div
>
<
div
className=
"tip"
>
单局游戏分数达200
<
br
/>
...
...
src/panels/SucPanel/SucPanel.tsx
View file @
5e0eae53
...
...
@@ -39,7 +39,7 @@ class SucPanel extends React.Component<ISucPanelProps> {
return
<
div
className=
"SucPanel"
>
<
div
className=
"bg"
/>
<
div
className=
"rank"
>
当前排名:NO.
{
rank
}
</
div
>
<
div
className=
"rank"
>
当前排名:NO.
{
rank
<=
0
?
"999+"
:
rank
}
</
div
>
<
div
className=
"score"
>
{
score
}
<
span
>
分
</
span
></
div
>
<
div
className=
"tip"
>
恭喜获得抽奖机会
<
span
>
+1
</
span
></
div
>
<
Button
className=
"btn"
onClick=
{
this
.
clickBtn
}
/>
...
...
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