[feat] new css parsing

This commit is contained in:
kwaroran
2023-07-18 00:55:34 +09:00
parent 1d84f0cae1
commit e974236be1
2 changed files with 51 additions and 26 deletions

View File

@@ -363,6 +363,7 @@ export interface character{
replaceGlobalNote:string
backgroundHTML?:string
reloadKeys?:number
backgroundCSS?:string
}
@@ -401,6 +402,7 @@ export interface groupChat{
orderByOrder?:boolean
backgroundHTML?:string,
reloadKeys?:number
backgroundCSS?:string
}
export interface botPreset{