版本信息添加short字段,上报房间版本格式从code改为short,微调房间列表界面ui

This commit is contained in:
MrZ626
2021-05-17 18:52:43 +08:00
parent e44053446a
commit ac0ff16537
3 changed files with 15 additions and 13 deletions

View File

@@ -228,7 +228,7 @@ function NET.createRoom(roomName,capacity,roomType,password)
roomInfo={
name=roomName,
type=roomType,
version=VERSION.code,
version=VERSION.short,
},
roomData={_=0},