feat: add anti-cheat awareness step to benchmark wizard

This commit is contained in:
2026-04-30 20:40:45 +08:00
parent 5f4d618d85
commit 1bfddafde4
4 changed files with 138 additions and 13 deletions
+1
View File
@@ -1,4 +1,5 @@
export { HardwareStep } from "./hardware-step"
export { AntiCheatStep } from "./anti-cheat-step"
export { PerformanceStep, type PerformanceData } from "./performance-step"
export { SettingsStep } from "./settings-step"
export { EnvironmentStep, type EnvironmentData } from "./environment-step"