修改座位数量

```javascript let seatCount= prompt('0 电台,4 4人位, 8 8人位') return { cmd: "updateRoomSetting", settings: { seatCount: +seatCount } } ```