docs: update document for UserLoginEvent and UserLogoutEvent (#497)

This commit is contained in:
柳意梧情
2025-05-29 21:13:06 +08:00
committed by GitHub
parent 46143f9c8b
commit 02c3d799ce

View File

@@ -53,6 +53,11 @@ public class HaloEventListener {
- UserConnectionDisconnectedEvent用户解绑第三方登陆方式时触发的事件
#### 用户
- UserLoginEvent用户登录成功
- UserLogoutEvent用户登出成功
## 发布自定义共享事件
除了监听已有的共享事件,插件也可以定义和发布自定义的共享事件,使得其他依赖该插件的组件能够监听和响应。