socket 调试

This commit is contained in:
xyf-mac
2021-11-09 17:40:46 +08:00
parent e3215376df
commit 24f778de84
8 changed files with 12123 additions and 0 deletions

9
electron-app/index.css Normal file
View File

@@ -0,0 +1,9 @@
.sendCode {
width: 100%;
height: 300px;
margin-top: 10px;
margin-bottom: 10px;
}
.recvMsgError{
color: red;
}