ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# QQLite.Framework.SDK.PluginConfig 类 ## 注释 ~~~ 插件配置保存辅助类,保存JSON格式到Config目录下,使用步骤:1、调用Init初始化对象。2、用完后如需保存调用Save保存即可 ~~~ ## 语法 ~~~ public class PluginConfig ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [IsEncrypt](https://www.kancloud.cn/gxser1986/cqrobot/3016788) | 是否加密配置文件 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [GetJosn](https://www.kancloud.cn/gxser1986/cqrobot/3016790) | 直接读取插件json | | | [GetJosn](https://www.kancloud.cn/gxser1986/cqrobot/3016791) | 直接读取插件json | | | [GetJosn](https://www.kancloud.cn/gxser1986/cqrobot/3016792) | 读取插件json | | | [Init](https://www.kancloud.cn/gxser1986/cqrobot/3016793) | 加载插件 | | | [Init](https://www.kancloud.cn/gxser1986/cqrobot/3016794) | 加载插件 | | | [Init](https://www.kancloud.cn/gxser1986/cqrobot/3016795) | 加载插件 | | | [Save](https://www.kancloud.cn/gxser1986/cqrobot/3016796) | 保存到Config目录下 | | | [Serialize](https://www.kancloud.cn/gxser1986/cqrobot/3016797) | 直接返回序列化的JSON字符串 |