Add functionality to update char folder images

This commit is contained in:
poroyo
2024-12-29 07:28:04 +09:00
parent 03acfdc306
commit b83cb444b9
5 changed files with 50 additions and 6 deletions

View File

@@ -1203,6 +1203,7 @@ export interface folder{
data:string[]
color:string
id:string
img?:string
}