[feat] basic js run in character

This commit is contained in:
kwaroran
2023-11-08 14:46:15 +09:00
parent 23e0d5f6bc
commit e7ca31ff39
9 changed files with 272 additions and 16 deletions

View File

@@ -577,6 +577,7 @@ export interface character{
private?:boolean
additionalText:string
oaiVoice?:string
virtualscript?:string
}
@@ -618,6 +619,7 @@ export interface groupChat{
reloadKeys?:number
backgroundCSS?:string
oneAtTime?:boolean
virtualscript?:string
}
export interface botPreset{