feat: remove estimatedBatteryMin references from 11 files (Tasks 3.1-3.14)

This commit is contained in:
2026-05-10 05:07:25 +08:00
parent aa4509ede8
commit 6d906f0bbf
11 changed files with 1 additions and 42 deletions
-2
View File
@@ -178,7 +178,6 @@ export default async function GamePage({
launchOptions: performanceEntries.launchOptions,
loadTimeSsd: performanceEntries.loadTimeSsd,
loadTimeSd: performanceEntries.loadTimeSd,
estimatedBatteryMin: performanceEntries.estimatedBatteryMin,
tdpWatts: performanceEntries.tdpWatts,
youtubeVideoId: performanceEntries.youtubeVideoId,
customSystem: performanceEntries.customSystem,
@@ -281,7 +280,6 @@ export default async function GamePage({
launchOptions: p.launchOptions,
loadTimeSsd: p.loadTimeSsd ?? null,
loadTimeSd: p.loadTimeSd ?? null,
estimatedBatteryMin: p.estimatedBatteryMin ?? null,
tdpWatts: p.tdpWatts ?? null,
youtubeVideoId: p.youtubeVideoId ?? null,
screenshots: null as Array<{ id: string; url: string; width: number; height: number; orderIndex: number }> | null,