开启/关闭小板凳

```javascript let smallSeat = confirm('开启/关闭小板凳') return { cmd: "updateRoomSetting", settings: { smallSeat: smallSeat?16:0 } } ```