房间选择界面初版

This commit is contained in:
MrZ626
2021-01-01 04:11:44 +08:00
parent 0ae960834d
commit 40d88a1838
5 changed files with 111 additions and 19 deletions

View File

@@ -90,6 +90,7 @@ return{
wsFailed="WebSocket: connection failed",
wsDisconnected="WebSocket: disconnected",
wsNoConn="WebSocket: you are not connected",
waitNetTask="Connecting, please wait",
chatJoin="joined the room.",
chatLeave="left the room.",
@@ -98,6 +99,7 @@ return{
chatHistory="------New messages below------",
chatQuit="Press again to exit",
noRooms="No Rooms Now",
roomsFetchFailed="Failed to fetch rooms",
errorMsg="An error has occurred and Techmino needs to restart.\nError info has been created, and you can send it to the author.",
@@ -248,6 +250,11 @@ return{
rooms="Rooms",
chat="Chat",
},
net_rooms={
fresh="Fresh",
up="",
down="",
},
net_chat={
clear="Clear",
send="Send",