Compare commits

...

2 Commits

Author SHA1 Message Date
DEV_DSW
242a77856e Merge branch 'feature/dsw' of https://git.nianxx.cn/duanshuwen/zn-ai into feature/dsw 2026-04-01 10:41:55 +08:00
DEV_DSW
134d299857 feat: 新增DB文件 2026-04-01 10:41:48 +08:00

5
src/main/utils/db.ts Normal file
View File

@@ -0,0 +1,5 @@
import Dexie from 'dexie'
export const db = new Dexie('NianXX') as Dexie & {}
db.version(1).stores({})