mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
feat: 选择性弹出更新日志
This commit is contained in:
parent
c2f2873d67
commit
ed6ec7e9f8
@ -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 })
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user