Skip to content

v3.2.0

Choose a tag to compare

@AlbatrossHook AlbatrossHook released this 07 Dec 15:11
· 13 commits to main since this release
  • The plugin adds callback methods beforeNewApplication and afterNewApplication
  • Optimize the hook of the method instructions to implement the callbacks of the plugin-related methods before and after the creation of the application
  • Add an example of a plugin rpc call
  • Support obtaining configuration files by reading environment variables
  • When registering a plugin, send the app package name and version information also

  • 插件添加回调方法beforeNewApplication和afterNewApplication
  • 优化方法指令的hook,实现application创建前后插件相关方法的回调
  • 添加插件rpc调用的示例
  • 支持通过读取环境变量获取配置文件
  • 优化rpc客户端代码
  • 注册插件时顺带发送app包名和版本信息