fix: 终端 bug fix

This commit is contained in:
fofolee
2021-03-28 10:25:44 +08:00
parent ee2056521f
commit a2a070d471
5 changed files with 8 additions and 39 deletions

View File

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