export const BO_MAP = {
  1: '一局胜负',
  3: '三局两胜',
  5: '五局三胜',
  7: '七局四胜',
};
