[fix] global lorebook not working

This commit is contained in:
kwaroran
2023-05-24 18:45:51 +09:00
parent 399f6c64eb
commit abf86873be
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.16.1'
export let appVer = '1.16.3'
export function setDatabase(data:Database){