解决上次的commit错误

This commit is contained in:
haiyangcui
2020-12-27 21:55:30 +01:00
parent 36efdcd869
commit 419a56518f

View File

@@ -28,6 +28,7 @@ db.version(6).stores({
shortcut: '++id, name, key, desc'
}).upgrade(async tx => {
await tx.shortcut.bulkAdd(localKey)
})
db.version(7).stores({
sites: '++id, key, name, api, download, jiexiUrl, isActive, group'