🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# PluginSetting.UpdateConfig 方法 ## 注释 ~~~ 更新配置 ~~~ ## 语法 ~~~ public static bool UpdateConfig( Plugin plugin, //插件 string configName, //配置名称 long configValue //配置值); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | plugin | 插件 | | configName | 配置名称 | | configValue | 配置值 |