opt: close unused websocket connections

This commit is contained in:
RockYang
2024-04-30 22:54:39 +08:00
parent c0a7f41747
commit 3db55cbd48
17 changed files with 144 additions and 85 deletions

View File

@@ -9,7 +9,7 @@
.chat-list-wrapper {
padding 10px 0 10px 0
background #F5F5F5;
background var(--van-background);
overflow hidden
@@ -81,7 +81,7 @@
.van-theme-dark {
.mobile-chat {
.message-list-box {
.chat-list-wrapper {
background #232425;
}
}