feat: add iPhone 13/14/15 Pro device configurations

This commit is contained in:
张翔
2026-03-05 14:29:34 +08:00
parent 060566fd73
commit fa77f36b4d
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ export interface DeviceConfig {
viewport: { width: number; height: number };
userAgent?: string;
isMobile: boolean;
deviceScaleFactor?: number;
}
export interface TestResult {