diff --git a/src/module/plugins.jsx b/src/module/plugins.jsx index c1fc6dd2..d377a962 100644 --- a/src/module/plugins.jsx +++ b/src/module/plugins.jsx @@ -144,7 +144,7 @@ export default class PluginsOpt extends React.Component { storage.option.plugins.push( result.id ); storage.Write( this.writecb ); } else if ( storage.plugins[result.id].version != result.version ) { - new Notify().Render({ content: "本地版本与安装版本不一致,是否重新安装?", action: "安装", cancel: "取消", callback: type => { + new Notify().Render({ content: "本地版本与安装版本不一致,是否安装新版本?", action: "安装", cancel: "取消", callback: type => { type == "action" && add(); }}); } else {