[feat] pop level fx
This commit is contained in:
@@ -398,5 +398,5 @@ export const languageEnglish = {
|
||||
ifChatIndex: "If chat index",
|
||||
ifRandom: "If random",
|
||||
hideRealm: "Hide RisuRealm",
|
||||
popularityLevel: "Popularity Level {}",
|
||||
popularityLevel: "{} Popularity",
|
||||
}
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user