[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

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "RisuAI", "productName": "RisuAI",
"version": "1.44.0" "version": "1.44.1"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@@ -398,5 +398,5 @@ export const languageEnglish = {
ifChatIndex: "If chat index", ifChatIndex: "If chat index",
ifRandom: "If random", ifRandom: "If random",
hideRealm: "Hide RisuRealm", 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 DataBase = writable({} as any as Database)
export const loadedStore = writable(false) export const loadedStore = writable(false)
export let appVer = '1.44.0' export let appVer = '1.44.1'
export let webAppSubVer = '' export let webAppSubVer = ''
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.44.0"} {"version":"1.44.1"}