export { gameAPI } from './game' export { roomAPI } from './room' export * from './games' // 导出用户API export const userAPI = { // ... 保留现有的userAPI实现 }