[fix] backup not working

This commit is contained in:
kwaroran
2023-06-12 13:30:00 +09:00
parent 7b2a2dbbdb
commit 70caeea169
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import { defaultAutoSuggestPrompt, defaultJailbreak, defaultMainPrompt } from '.
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.25.1'
export let appVer = '1.25.2'
export function setDatabase(data:Database){
if(checkNullish(data.characters)){