mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 08:43:55 +00:00
docs: update document for UserLoginEvent and UserLogoutEvent (#497)
This commit is contained in:
@@ -53,6 +53,11 @@ public class HaloEventListener {
|
|||||||
|
|
||||||
- UserConnectionDisconnectedEvent:用户解绑第三方登陆方式时触发的事件
|
- UserConnectionDisconnectedEvent:用户解绑第三方登陆方式时触发的事件
|
||||||
|
|
||||||
|
#### 用户
|
||||||
|
|
||||||
|
- UserLoginEvent:用户登录成功
|
||||||
|
- UserLogoutEvent:用户登出成功
|
||||||
|
|
||||||
## 发布自定义共享事件
|
## 发布自定义共享事件
|
||||||
|
|
||||||
除了监听已有的共享事件,插件也可以定义和发布自定义的共享事件,使得其他依赖该插件的组件能够监听和响应。
|
除了监听已有的共享事件,插件也可以定义和发布自定义的共享事件,使得其他依赖该插件的组件能够监听和响应。
|
||||||
|
Reference in New Issue
Block a user