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