[feat] functional account storage

This commit is contained in:
kwaroran
2023-06-30 05:45:51 +09:00
parent fa6f5fb027
commit 8739b0f787
6 changed files with 113 additions and 79 deletions

View File

@@ -523,6 +523,7 @@ export interface Database{
access_token?:string
expires_in?: number
}
useSync?:boolean
},
classicMaxWidth: boolean,
useChatSticker:boolean,