feat: lineheight

This commit is contained in:
kwaroran
2024-06-07 17:55:59 +09:00
parent 58bf0807d2
commit 7bb056d6a8
6 changed files with 9 additions and 3 deletions

View File

@@ -415,6 +415,7 @@ export function setDatabase(data:Database){
data.customTextTheme.FontColorQuote2 ??= '#FFB86C'
data.font ??= 'default'
data.customFont ??= ''
data.lineHeight ??= 1.25
changeLanguage(data.language)
DataBase.set(data)
}
@@ -684,6 +685,7 @@ export interface Database{
dallEQuality:string
font: string
customFont: string
lineHeight: number
}
export interface customscript{