config.ts
589 Bytes
export const Platform = [
{ key: 'iPhone 8', title: 'iPhone 8', width: 375, height: 667 },
{ key: 'iPhone 8 Plus', title: 'iPhone 8 Plus', width: 415, height: 737 },
{ key: 'iPhone X/XS', title: 'iPhone X/XS', width: 376, height: 813 },
{ key: 'iPad 4', title: 'iPad 4', width: 709, height: 1025 },
{ key: 'Galaxy S9', title: 'Galaxy S9', width: 361, height: 741 },
{ key: 'Galaxy S10/S10+', title: 'Galaxy S10/S10+', width: 413, height: 870 },
{ key: 'Pixel 2', title: 'Pixel 2', width: 413, height: 732 },
{ key: 'custom', title: '自定义', width: '', height: '' },
];