[fix] lorebook replace error 3

This commit is contained in:
kwaroran
2023-05-24 10:43:52 +09:00
parent b082070bfc
commit 852b24de6b
4 changed files with 7 additions and 7 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.0'
export let appVer = '1.16.1'
export function setDatabase(data:Database){