feat: add pause control to top run toolbar

This commit is contained in:
2026-04-02 21:21:42 +08:00
parent 8e362fc4c0
commit f7d7d08d99
2 changed files with 47 additions and 14 deletions

View File

@@ -31,11 +31,12 @@
### 阶段 D 当前收口
- 已在软件顶部增加独立运行栏
- 运行栏已接入 `Play / Stop / Step` 个图标按钮
- 运行栏已接入 `Play / Pause / Step / Stop` 个图标按钮
- 顶部按钮直接复用现有 PlayMode 请求通道,不额外分叉状态机
- `Play` 仅在 `Edit` 且存在活动场景时可用
- `Pause``Play / Paused` 下可用,并沿用现有 `F6`
- `Stop``Play / Paused` 下可用
- `Step` 仍只在 `Paused` 下可用`Pause / Resume` 继续走 `Run` 菜单与 `F6`
- `Step` 仍只在 `Paused` 下可用
## 本轮验证