Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TNGD_CaveCruiser
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
TNGD_CaveCruiser
Commits
8a669f88
Commit
8a669f88
authored
Nov 15, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ossInfo.txt
parent
f25d8534
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
RankPanel.ts
assets/Scripts/Panels/RankPanel.ts
+2
-1
rankInfo.json
preview-template/mock/app/game/rankInfo.json
+3
-3
reference-image.json
profiles/v2/packages/reference-image.json
+1
-1
No files found.
assets/Scripts/Panels/RankPanel.ts
View file @
8a669f88
...
@@ -13,6 +13,7 @@ import { YXCollectionView, YXFlowLayout, YXIndexPath } from "../../Component/YXL
...
@@ -13,6 +13,7 @@ import { YXCollectionView, YXFlowLayout, YXIndexPath } from "../../Component/YXL
import
{
sendWebNet
,
WebNetName
}
from
"../Utils/WebNet/WebNet"
;
import
{
sendWebNet
,
WebNetName
}
from
"../Utils/WebNet/WebNet"
;
import
{
popWindow
}
from
"../AppTool"
;
import
{
popWindow
}
from
"../AppTool"
;
import
{
hidePanel
,
hideWaiting
,
showWaiting
}
from
"../../Module/UIFast"
;
import
{
hidePanel
,
hideWaiting
,
showWaiting
}
from
"../../Module/UIFast"
;
import
{
strFormat
}
from
"../Utils/Utils"
;
enum
TAB
{
enum
TAB
{
...
@@ -176,7 +177,7 @@ export default class RankPanel extends Panel {
...
@@ -176,7 +177,7 @@ export default class RankPanel extends Panel {
}
}
cell
.
getChildByName
(
`t4`
).
getComponent
(
Label
).
string
=
rankTxt
;
cell
.
getChildByName
(
`t4`
).
getComponent
(
Label
).
string
=
rankTxt
;
cell
.
getChildByName
(
`name`
).
getComponent
(
Label
).
string
=
nickname
||
"***"
;
cell
.
getChildByName
(
`name`
).
getComponent
(
Label
).
string
=
strFormat
(
nickname
,
12
)
||
"***"
;
cell
.
getChildByName
(
`score`
).
getComponent
(
Label
).
string
=
score
||
"0"
;
cell
.
getChildByName
(
`score`
).
getComponent
(
Label
).
string
=
score
||
"0"
;
}
}
...
...
preview-template/mock/app/game/rankInfo.json
View file @
8a669f88
...
@@ -5,14 +5,14 @@
...
@@ -5,14 +5,14 @@
{
{
"avatar"
:
"dolore"
,
"avatar"
:
"dolore"
,
"rank"
:
1
,
"rank"
:
1
,
"nickname"
:
"
ea
"
,
"nickname"
:
"
HHHHHHHHHHHHHHHHHHHH
"
,
"score"
:
8888
88
"score"
:
8888
}
}
],
],
"myRank"
:
{
"myRank"
:
{
"avatar"
:
"sint mollit ullamco"
,
"avatar"
:
"sint mollit ullamco"
,
"rank"
:
null
,
"rank"
:
null
,
"nickname"
:
"
commodo
"
,
"nickname"
:
"
HHHHHHHHHHHHHHHHHHHH
"
,
"score"
:
888
"score"
:
888
}
}
},
},
...
...
profiles/v2/packages/reference-image.json
View file @
8a669f88
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"config"
:
{
"config"
:
{
"images"
:
[],
"images"
:
[],
"sceneUUID"
:
{},
"sceneUUID"
:
{},
"scene"
:
"0
4224ebd-adcd-4112-8010-da14ed5ea48a
"
"scene"
:
"0
63b0464-e893-46fd-95f9-73a41f19fd25
"
},
},
"show"
:
false
"show"
:
false
}
}
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