/** * 通道名称配置 Channel 0 对应展示 0, Channel 1 对应展示 A,暂时忽略其余情况 * @type {{0: string, 1: string}} */ export const channelNameConfig = { 0: '0', 1: 'A' }