mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 13:53:36 +08:00
改动shortcut数据库,避免快捷键指南太过杂乱
This commit is contained in:
@@ -16,6 +16,10 @@ db.version(4).stores({
|
||||
channelList: '++id, name, prefer, channels, group, isActive'
|
||||
})
|
||||
|
||||
db.version(5).stores({
|
||||
shortcut: '++id, name, key, desc'
|
||||
})
|
||||
|
||||
db.on('populate', () => {
|
||||
db.setting.bulkAdd(setting)
|
||||
db.sites.bulkAdd(sites)
|
||||
|
||||
Reference in New Issue
Block a user