export * from './pool.js' // 宝箱数统计 export const chestInfo = { common: { title: '普通宝箱', max: 2702 }, exquisite: { title: '精致宝箱', max: 1646 }, precious: { title: '珍贵宝箱', max: 510 }, luxurious: { title: '豪华宝箱', max: 193 }, magic: { title: '奇馈宝箱', max: 161 } }