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
3ad7c03b
Commit
3ad7c03b
authored
Jun 12, 2026
by
陈冲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复game5 h5版马刚出现跑的慢
parent
e9bd242e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PlayingView.vue
frontend-h5/src/pages/game5/views/PlayingView.vue
+1
-1
No files found.
frontend-h5/src/pages/game5/views/PlayingView.vue
View file @
3ad7c03b
...
...
@@ -39,7 +39,7 @@ const CIRCLE_THROW_MS = 1200 // 圈圈飞行时长
const
HIT_FADE_MS
=
400
// 被套中后马消失延迟
// ── 难度递增参数:随游戏时间从 0→60s 指数曲线变化 ──
const
HORSE_SPEED_MIN
=
3
0
// px/s 初始速度
const
HORSE_SPEED_MIN
=
8
0
// px/s 初始速度
const
HORSE_SPEED_MAX
=
200
// px/s 最大速度(60s 时,7倍提升)
const
SPAWN_MIN_START
=
3000
// ms 初始最短生成间隔
const
SPAWN_MIN_END
=
800
// ms 最终最短生成间隔
...
...
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