mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Modify some copywrite.
This commit is contained in:
parent
7c147b202d
commit
7f75bf1ff7
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user