mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-08 07:51:25 +08:00
fix
This commit is contained in:
@@ -139,6 +139,16 @@ func getDeviceConfig(deviceModel string) DeviceConfig {
|
||||
SizeMax: 225.0,
|
||||
}
|
||||
|
||||
// "Google"
|
||||
case "iphone":
|
||||
return DeviceConfig{
|
||||
DeviceID: 2,
|
||||
PressureMin: 1,
|
||||
PressureMax: 1,
|
||||
SizeMin: 0.03,
|
||||
SizeMax: 0.04,
|
||||
}
|
||||
|
||||
// Default configuration for unknown devices
|
||||
default:
|
||||
return DeviceConfig{
|
||||
|
||||
@@ -1 +1 @@
|
||||
v5.0.0-250802
|
||||
v5.0.0-250806
|
||||
|
||||
Reference in New Issue
Block a user