feat: add folder color

This commit is contained in:
chatbung
2025-02-19 16:29:57 +09:00
parent e5e86a9c9b
commit f9be5d3710
2 changed files with 36 additions and 8 deletions

View File

@@ -1310,7 +1310,8 @@ export interface Chat{
export interface ChatFolder{
id:string
name?:string
color?:number
color?:string
icon?:string
folded:boolean
}