🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QQLite.Framework.SDK.PluginExtension 类 ## 注释 ~~~ 插件扩展 ~~~ ## 语法 ~~~ public static class PluginExtension ~~~ ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [ReplaceVariable](https://www.kancloud.cn/gxser1986/cqrobot/3016703) | 替换变量\[已过时\] | | | [ReplaceVariable](https://www.kancloud.cn/gxser1986/cqrobot/3016704) | 替换变量 | | | [InitConfig](https://www.kancloud.cn/gxser1986/cqrobot/3016705) | 加载插件配置 | | | [InitConfig](https://www.kancloud.cn/gxser1986/cqrobot/3016706) | 加载插件配置 | | | [ReStart](https://www.kancloud.cn/gxser1986/cqrobot/3016707) | 重启机器人(不带密码重启) | | | [ReStart](https://www.kancloud.cn/gxser1986/cqrobot/3016708) | 重启机器人 | | | [GetPluginConfigList](https://www.kancloud.cn/gxser1986/cqrobot/3016709) | 获取插件所有配置 | | | [GetPluginConfig](https://www.kancloud.cn/gxser1986/cqrobot/3016710) | 获取插件配置 | | | [GetPluginList](https://www.kancloud.cn/gxser1986/cqrobot/3016711) | 获取插件列表\[已过时\] | | | [GetPlugin](https://www.kancloud.cn/gxser1986/cqrobot/3016712) | 获取插件 | | | [ReloadPlugin](https://www.kancloud.cn/gxser1986/cqrobot/3016713) | 重新加载插件\[已过时\] | | | [IsQQLiteAdmin](https://www.kancloud.cn/gxser1986/cqrobot/3016714) | 判断是否程序管理员 | | | [IsClusterAdmin](https://www.kancloud.cn/gxser1986/cqrobot/3016715) | 判断是否群管理员(软件权限) | | | [PointSystem\_GetConfig](https://www.kancloud.cn/gxser1986/cqrobot/3016716) | 获取积分系统配置 | | | [PointSystem\_SetPoint](https://www.kancloud.cn/gxser1986/cqrobot/3016717) | 设置积分 - 积分系统 | | | [PointSystem\_SetPoint](https://www.kancloud.cn/gxser1986/cqrobot/3016718) | 根据序号批量设置积分 - 积分系统 | | | [PointSystem\_SetPointByIndex](https://www.kancloud.cn/gxser1986/cqrobot/3016719) | 根据序号设置积分 - 积分系统 | | | [PointSystem\_GetPoint](https://www.kancloud.cn/gxser1986/cqrobot/3016720) | 获取积分 - 积分系统 | | | [PointSystem\_GetLevel](https://www.kancloud.cn/gxser1986/cqrobot/3016721) | 获取等级 - 积分系统 | | | [PointSystem\_SetPoint](https://www.kancloud.cn/gxser1986/cqrobot/3016722) | 设置积分 - 积分系统\[已过时\] | | | [PointSystem\_GetPoint](https://www.kancloud.cn/gxser1986/cqrobot/3016723) | 获取积分 - 积分系统\[已过时\] | | | [PointSystem\_GetLevel](https://www.kancloud.cn/gxser1986/cqrobot/3016724) | 获取等级 - 积分系统\[已过时\] | | | [PointSystem\_CheckAlone](https://www.kancloud.cn/gxser1986/cqrobot/3016725) | 获取是否独立群模式 - 积分系统\[已过时\] | | | [SetPluginCache](https://www.kancloud.cn/gxser1986/cqrobot/3016726) | 设置插件缓存(防止插件重新加载插件数据丢失) | | | [GetPluginCache](https://www.kancloud.cn/gxser1986/cqrobot/3016727) | 读取插件缓存(防止插件重新加载插件数据丢失) | | | [SendVerifyCode](https://www.kancloud.cn/gxser1986/cqrobot/3016728) | 发送验证码(兼容旧方法,不建议使用) | | | [GetVerifyCode](https://www.kancloud.cn/gxser1986/cqrobot/3016729) | 获取验证码(兼容旧方法,不建议使用) |