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