fix: removed devices from legacy device list

This commit is contained in:
aniknia 2023-04-06 22:59:07 -07:00
parent dba8ba510a
commit 4b0bc300a6

View file

@ -1791,146 +1791,6 @@ export default {
],
},
},
{
id: '48',
type: 'emulated-device',
device: {
'show-by-default': false,
title: 'iPhone 14',
screen: {
horizontal: {
width: 844,
height: 390,
},
'device-pixel-ratio': 3,
vertical: {
width: 390,
height: 844,
},
},
capabilities: ['touch', 'mobile'],
'user-agent':
'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
type: 'phone',
modes: [
{
title: 'default',
orientation: 'vertical',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
{
title: 'default',
orientation: 'horizontal',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
],
},
},
{
id: '49',
type: 'emulated-device',
device: {
'show-by-default': false,
title: 'iPhone 14 Plus',
screen: {
horizontal: {
width: 926,
height: 428,
},
'device-pixel-ratio': 3,
vertical: {
width: 428,
height: 926,
},
},
capabilities: ['touch', 'mobile'],
'user-agent':
'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
type: 'phone',
modes: [
{
title: 'default',
orientation: 'vertical',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
{
title: 'default',
orientation: 'horizontal',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
],
},
},
{
id: '50',
type: 'emulated-device',
device: {
'show-by-default': false,
title: 'iPhone 14 Pro',
screen: {
horizontal: {
width: 852,
height: 393,
},
'device-pixel-ratio': 3,
vertical: {
width: 393,
height: 852,
},
},
capabilities: ['touch', 'mobile'],
'user-agent':
'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
type: 'phone',
modes: [
{
title: 'default',
orientation: 'vertical',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
{
title: 'default',
orientation: 'horizontal',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
],
},
},
{
id: '51',
type: 'emulated-device',
device: {
'show-by-default': false,
title: 'iPhone 14 Pro Max',
screen: {
horizontal: {
width: 932,
height: 430,
},
'device-pixel-ratio': 3,
vertical: {
width: 430,
height: 932,
},
},
capabilities: ['touch', 'mobile'],
'user-agent':
'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53',
type: 'phone',
modes: [
{
title: 'default',
orientation: 'vertical',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
{
title: 'default',
orientation: 'horizontal',
insets: {left: 0, top: 0, right: 0, bottom: 0},
},
],
},
},
],
dependencies: ['emulation'],
scripts: [],