[version] bump web version to web-2

This commit is contained in:
kwaroran
2023-06-23 12:35:29 +09:00
parent 251ee1c30b
commit 6d2f9fe4da
2 changed files with 8 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ import { defaultAutoSuggestPrompt, defaultJailbreak, defaultMainPrompt } from '.
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.27.1'
export let webAppSubVer = '-web-2'
export function setDatabase(data:Database){
if(checkNullish(data.characters)){