fix: 修复引号bug

This commit is contained in:
fofolee
2021-03-30 23:08:42 +08:00
parent 59cd8f6191
commit 6bafa93755
5 changed files with 13 additions and 10 deletions

View File

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