[feat] pop level fx

This commit is contained in:
kwaroran
2023-07-29 12:53:50 +09:00
parent 166743a375
commit d697389bd2
4 changed files with 4 additions and 4 deletions

View File

@@ -398,5 +398,5 @@ export const languageEnglish = {
ifChatIndex: "If chat index",
ifRandom: "If random",
hideRealm: "Hide RisuRealm",
popularityLevel: "Popularity Level {}",
popularityLevel: "{} Popularity",
}

View File

@@ -12,7 +12,7 @@ import { prebuiltNAIpresets } from '../process/templates/templates';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.44.0'
export let appVer = '1.44.1'
export let webAppSubVer = ''
export function setDatabase(data:Database){