module.exports = { windowSizeList: [ { id: 0, name: 'smaller', width: 828, height: 530, fontSize: '14px', }, { id: 1, name: 'small', width: 920, height: 590, fontSize: '16px', }, { id: 2, name: 'medium', width: 1018, height: 650, fontSize: '16px', }, { id: 3, name: 'big', width: 1114, height: 708, fontSize: '17px', }, { id: 4, name: 'larger', width: 1202, height: 766, fontSize: '17px', }, { id: 5, name: 'oversized', width: 1382, height: 886, fontSize: '18px', }, { id: 6, name: 'huge', width: 1686, height: 1062, fontSize: '19px', }, ], navigationUrlWhiteList: [ /^https:\/\/www\.xiami\.com/, ], }