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
ffe3a1c1
Commit
ffe3a1c1
authored
Jul 05, 2026
by
董政锦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: game4 PC端马的进度(基础速度+得分加速度);
parent
cb184464
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Game4.vue
frontend-large/src/pages/game4/Game4.vue
+3
-3
Rank1View.vue
frontend-large/src/pages/game4/views/Rank1View.vue
+0
-0
No files found.
frontend-large/src/pages/game4/Game4.vue
View file @
ffe3a1c1
...
...
@@ -262,7 +262,7 @@ const startGameWithMusic = () => {
console
.
log
(
'[Game4] startGameWithMusic called, local mode:'
,
$is_local_mode
(),
'playerCount:'
,
playerCount
.
value
)
// 确保背景音乐播放(参考 game2 的 watch 模式,但直接在点击时调用更可靠)
playGame4Music
()
// 本地模拟已关闭,如需开启请取消以下注释
//
//
本地模拟已关闭,如需开启请取消以下注释
// if ($is_local_mode()) {
// console.log('[Game4] 本地模式,直接进入赛马画面')
// gotoRank1WithIntro()
...
...
@@ -279,7 +279,7 @@ const startGameWithMusic = () => {
const
nextRound
=
()
=>
{
// 立刻停止喝彩音乐并移除指针事件监听,防止点击按钮时重新触发 playApplauseMusic
stopApplauseMusic
()
// 本地模拟已关闭,如需开启请取消以下注释
//
//
本地模拟已关闭,如需开启请取消以下注释
// if ($is_local_mode()) {
// gotoLoading(true)
// return
...
...
@@ -299,7 +299,7 @@ const nextRoundWithMusic = () => {
const
backHandler
=
async
()
=>
{
// 立刻停止喝彩音乐并移除指针事件监听,防止点击按钮时重新触发 playApplauseMusic
stopApplauseMusic
()
// 本地模拟已关闭,如需开启请取消以下注释
//
//
本地模拟已关闭,如需开启请取消以下注释
// if ($is_local_mode()) {
// stopAllMusic()
// router.replace('/main')
...
...
frontend-large/src/pages/game4/views/Rank1View.vue
View file @
ffe3a1c1
This diff is collapsed.
Click to expand it.
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