mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-07 14:04:03 +08:00
v0.0.3
This commit is contained in:
parent
b6dffa7596
commit
cf18db9218
@ -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: '插件有可用更新',
|
||||
|
Loading…
x
Reference in New Issue
Block a user