Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fc-minigame
Project
Project
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈冲
fc-minigame
Commits
af05372c
Commit
af05372c
authored
Jun 05, 2026
by
董政锦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: 修复打包报错;
parent
97f29ab3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Game5.vue
frontend-large/src/pages/game5/Game5.vue
+1
-1
Rank2View.vue
frontend-large/src/pages/game6/views/Rank2View.vue
+2
-2
No files found.
frontend-large/src/pages/game5/Game5.vue
View file @
af05372c
...
@@ -182,7 +182,7 @@ onUnmounted(() => {
...
@@ -182,7 +182,7 @@ onUnmounted(() => {
</
script
>
</
script
>
<
template
>
<
template
>
<Loading
v-if=
"screen
!
== 'loading'"
:players=
"loadingPlayers"
:player-count=
"playerCount"
<Loading
v-if=
"screen
=
== 'loading'"
:players=
"loadingPlayers"
:player-count=
"playerCount"
@
start=
"startGameWithMusic"
/>
@
start=
"startGameWithMusic"
/>
<Rank1
v-else-if=
"screen === 'rank1'"
ref=
"rank1Ref"
:rank-list=
"rankPlayers"
@
start=
"startGameWithMusic"
<Rank1
v-else-if=
"screen === 'rank1'"
ref=
"rank1Ref"
:rank-list=
"rankPlayers"
@
start=
"startGameWithMusic"
@
next=
"nextRoundWithMusic"
/>
@
next=
"nextRoundWithMusic"
/>
...
...
frontend-large/src/pages/game6/views/Rank2View.vue
View file @
af05372c
...
@@ -134,13 +134,13 @@ const renderAvatar = (item: any | null) => {
...
@@ -134,13 +134,13 @@ const renderAvatar = (item: any | null) => {
margin-top
:
64px
;
margin-top
:
64px
;
}
}
.img-title2
{
/*
.img-title2 {
background: v-bind('imageUrls.title2') no-repeat center;
background: v-bind('imageUrls.title2') no-repeat center;
width: 457px;
width: 457px;
height: 57px;
height: 57px;
margin: 0 auto;
margin: 0 auto;
margin-top: 37px;
margin-top: 37px;
}
}
*/
.podium
{
.podium
{
background
:
v-bind
(
'imageUrls.podium'
)
no-repeat
center
;
background
:
v-bind
(
'imageUrls.podium'
)
no-repeat
center
;
...
...
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