mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 23:24:14 +08:00
feat: 选择性弹出更新日志
This commit is contained in:
@@ -38,6 +38,8 @@ let oldVersionFix = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let showChangeLog = () => {
|
let showChangeLog = () => {
|
||||||
|
let ignoreVersions = []
|
||||||
|
if (ignoreVersions.includes(pluginInfo().version)) return
|
||||||
UTOOLS.putDB(pluginInfo().version, UTOOLS.DBPRE.CFG + 'version')
|
UTOOLS.putDB(pluginInfo().version, UTOOLS.DBPRE.CFG + 'version')
|
||||||
utools.createBrowserWindow('./helps/CHANGELOG.html', { width: 1280, height: 920 })
|
utools.createBrowserWindow('./helps/CHANGELOG.html', { width: 1280, height: 920 })
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user