mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-09 15:33:29 +08:00
v0.0.3
This commit is contained in:
@@ -6,7 +6,7 @@ checkUpdate = () => {
|
||||
data = re.exec(data);
|
||||
let lastVer = data[1],
|
||||
desc = data[2];
|
||||
if (lastVer != p.version) {
|
||||
if (lastVer > p.version) {
|
||||
options = {
|
||||
type: 'info',
|
||||
title: '插件有可用更新',
|
||||
|
Reference in New Issue
Block a user