Skip to content

Commit

Permalink
doc(wiki): 添加插件 API 讨论链接
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Dec 17, 2023
1 parent c8bb3d6 commit 43519ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/wiki/7-插件开发.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ require_ver("v2.5.1", "v2.6.0") # 要求最低版本为 v2.5.1, 同时要求最

### 说明

> 下一版本将会添加统一的插件API,欢迎在[此讨论](https://github.com/RockChinQ/QChatGPT/discussions/637)回复您的需求!
事件处理函数将会获得一系列参数,可以在`kwargs`中取出。
其中`host`参数(`pkg.plugin.host.PluginHost`类的实例)是插件宿主,提供与主程序各个模块交互的一些方法。
`event`参数(`pkg.plugin.host.EventContext`类的实例)是事件执行期间的上下文,提供对此次事件执行的一些操作方法。
Expand Down

0 comments on commit 43519ff

Please sign in to comment.