Add persona portraits with lesser change (#289)

# PR Checklist
- [x] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [x] Did you added a type def?

# Description

![image](https://github.com/kwaroran/RisuAI/assets/157843588/11d2347e-5957-4e2d-bce0-fcf8c670410c)

![image](https://github.com/kwaroran/RisuAI/assets/157843588/a3c222a1-8adb-4ec9-a016-1baeee918e6f)
This commit is contained in:
kwaroran
2024-02-07 03:01:44 +09:00
committed by GitHub
6 changed files with 9 additions and 2 deletions

View File

@@ -529,6 +529,7 @@ export interface Database{
personaPrompt:string
name:string
icon:string
largePortrait?:boolean
}[]
assetWidth:number
animationSpeed:number