[feat] added asset width option

This commit is contained in:
kwaroran
2023-07-20 18:10:40 +09:00
parent 25cd272691
commit 0cb34da44a
4 changed files with 15 additions and 2 deletions

View File

@@ -282,6 +282,7 @@ export function setDatabase(data:Database){
data.openrouterRequestModel ??= 'openai/gpt-3.5-turbo'
data.toggleConfirmRecommendedPreset ??= true
data.officialplugins ??= {}
data.assetWidth ??= -1
changeLanguage(data.language)
DataBase.set(data)
}
@@ -574,6 +575,7 @@ export interface Database{
name:string
icon:string
}[]
assetWidth:number
}
interface hordeConfig{