feat: 选择性弹出更新日志

This commit is contained in:
fofolee 2021-03-27 17:45:55 +08:00
parent c2f2873d67
commit ed6ec7e9f8

View File

@ -38,6 +38,8 @@ let oldVersionFix = () => {
}
let showChangeLog = () => {
let ignoreVersions = []
if (ignoreVersions.includes(pluginInfo().version)) return
UTOOLS.putDB(pluginInfo().version, UTOOLS.DBPRE.CFG + 'version')
utools.createBrowserWindow('./helps/CHANGELOG.html', { width: 1280, height: 920 })
}