feat: 多标签页聊天, v0.8.0

This commit is contained in:
MoonLeeeaf
2024-06-15 00:05:33 +08:00
parent d42caea57a
commit 1cb0dd3885
3 changed files with 9 additions and 189 deletions

View File

@@ -41,7 +41,7 @@ viewBinding.drawerSignOut.click(() => {
viewBinding.sendMsg.click((a) => {
let text = viewBinding.inputMsg.val()
if (text.trim() !== "")
ChatMsgAdapter.send(text)
ChatPage.getCurrentChatPage().send(text)
})
viewBinding.inputMsg.keydown((e) => {