[feat] more customizations

This commit is contained in:
kwaroran
2023-05-21 02:33:21 +09:00
parent 94f1bcd7db
commit 568d203e13
7 changed files with 73 additions and 7 deletions

View File

@@ -418,6 +418,10 @@ export interface Database{
palmAPI:string,
supaMemoryKey:string
supaMemoryType:string
textScreenColor?:string
textBorder?:boolean
textScreenRounded?:boolean
textScreenBorder?:string
}