激光联动控制完成

This commit is contained in:
2025-03-12 19:13:35 +08:00
parent 1e0119c5c4
commit 752446e502
11 changed files with 184 additions and 49 deletions

View File

@@ -25,6 +25,9 @@ func switchPoint(ctx context.Context, point int) leaf.HandlerFunc {
case 11:
// 11号点位(等待插卡)
return play.WaitCard(ctx)
case 5:
// 登龙云台(激光秀)
return play.LaserShow
default:
return play.Default
}