🎃 解决数据库冲突,导致软件启动失败

This commit is contained in:
hunlongyu
2020-05-07 15:46:44 +08:00
parent c4d8662b51
commit 551d11c802

View File

@@ -1,6 +1,6 @@
import Dexie from 'dexie'
const db = new Dexie('ZYDB')
const db = new Dexie('zy')
db.version(1).stores({
theme: '++id, theme',