[fix] invaild tag nsfw

This commit is contained in:
kwaroran
2023-06-04 16:45:40 +09:00
parent c4b0943aef
commit d8c4563c4d
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.23.0'
export let appVer = '1.23.1'
export function setDatabase(data:Database){
if(checkNullish(data.characters)){