[feat] drag and drop order and folders
This commit is contained in:
@@ -219,6 +219,8 @@ export function setDatabase(data:Database){
|
||||
FontColorItalicBold: "#8C8D93"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
changeLanguage(data.language)
|
||||
DataBase.set(data)
|
||||
}
|
||||
@@ -424,6 +426,14 @@ export interface Database{
|
||||
textBorder?:boolean
|
||||
textScreenRounded?:boolean
|
||||
textScreenBorder?:string
|
||||
characterOrder:(string|folder)[]
|
||||
}
|
||||
|
||||
export interface folder{
|
||||
name:string
|
||||
data:string[]
|
||||
color:string
|
||||
id:string
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user