🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QQLite.Framework.SDK.Plugin 类 ## 注释 ~~~ 插件接口 ~~~ ## 语法 ~~~ public class Plugin ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [PluginName](https://www.kancloud.cn/gxser1986/cqrobot/3016765) | 插件名 | | | [PluginUrl](https://www.kancloud.cn/gxser1986/cqrobot/3016766) | 插件发布地址 | | | [Description](https://www.kancloud.cn/gxser1986/cqrobot/3016767) | 插件简介 | | | [Note](https://www.kancloud.cn/gxser1986/cqrobot/3016768) | 插件说明 | | | [Version](https://www.kancloud.cn/gxser1986/cqrobot/3016769) | 插件版本 | | | [Author](https://www.kancloud.cn/gxser1986/cqrobot/3016770) | 插件开发者 | | | [AuthorUrl](https://www.kancloud.cn/gxser1986/cqrobot/3016771) | 开发者地址 | | | [AuthorQQ](https://www.kancloud.cn/gxser1986/cqrobot/3016772) | 开发者QQ | | | [Client](https://www.kancloud.cn/gxser1986/cqrobot/3016773) | QQ客户端实例,方法集合,直接使用,不需要初始化 | | | [SDK](https://www.kancloud.cn/gxser1986/cqrobot/3016774) | 事件广播接口,事件集合,插件自行初始化 | | | [ToolStripItemList](https://www.kancloud.cn/gxser1986/cqrobot/3016775) | 插件右键菜单 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Install](https://www.kancloud.cn/gxser1986/cqrobot/3016777) | 安装插件 | | | [UnInstall](https://www.kancloud.cn/gxser1986/cqrobot/3016778) | 卸载插件 | | | [Update](https://www.kancloud.cn/gxser1986/cqrobot/3016779) | 升级插件 | | | [Start](https://www.kancloud.cn/gxser1986/cqrobot/3016780) | 运行插件 | | | [Stop](https://www.kancloud.cn/gxser1986/cqrobot/3016781) | 停止运行插件 | | | [ShowForm](https://www.kancloud.cn/gxser1986/cqrobot/3016782) | 显示插件窗体 | | | [PluginApi](https://www.kancloud.cn/gxser1986/cqrobot/3016783) | 对外提供接口函数 | | | [ProcessException](https://www.kancloud.cn/gxser1986/cqrobot/3016784) | 异常的处理 | | | [OnLog](https://www.kancloud.cn/gxser1986/cqrobot/3016788) | 输出日志 |