feat: add version, anti-cheat, and verified date to preset detail modal (Tasks 6.1-6.7)

This commit is contained in:
2026-05-10 05:22:53 +08:00
parent 5875595219
commit 1145ba6f51
3 changed files with 39 additions and 4 deletions
+4
View File
@@ -157,6 +157,10 @@ interface Preset {
createdAt: string
hardwareWattHours: number | null
hardwareDeviceType: string | null
versionString: string | null
buildId: string | null
gameAntiCheatName: string | null
gameAntiCheatStatus: "none" | "supported" | "unsupported" | "unknown" | null
}
interface StatsResponse {