UNPKG

press-plus

Version:
24 lines (23 loc) 359 B
export const RESOLUTION_LIST = [ { text: '超清', resolution: '1080p', label: '超清 1080p', value: 0, index: 0, }, { text: '高清', resolution: '720p', label: '高清 720p', value: 1, index: 1, }, { text: '流畅', resolution: '540p', label: '流畅 540p', value: 2, index: 2, }, ];