[feat] pop level fx
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"package": {
|
||||
"productName": "RisuAI",
|
||||
"version": "1.44.0"
|
||||
"version": "1.44.1"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
||||
@@ -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){
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":"1.44.0"}
|
||||
{"version":"1.44.1"}
|
||||
Reference in New Issue
Block a user