Improve exam flow and WebGL build

This commit is contained in:
yangbear
2026-07-17 05:42:52 +08:00
parent 9b4690d396
commit bd76dfd9ec
34 changed files with 89955 additions and 8244 deletions
@@ -62,6 +62,7 @@ public class TouchPositionHandler : MonoBehaviour
if (_meshRenderer == null || !_meshRenderer.enabled) return; // 防止重复点击
if (Time.time - _lastClickTime < 0.3f) return;
_lastClickTime = Time.time;
InteractionClickGuard.MarkHandled();
Debug.Log($"[TouchPosition] {name}: 被点击");