enhance(frontend): デッキのオプションを追加

This commit is contained in:
syuilo 2025-03-30 20:44:00 +09:00
parent e0d8702839
commit 87a7238976
8 changed files with 417 additions and 60 deletions

View file

@ -371,7 +371,16 @@ export const PREF_DEF = {
default: true,
},
'deck.columnAlign': {
default: 'left' as 'left' | 'right' | 'center',
default: 'center' as 'left' | 'right' | 'center',
},
'deck.columnGap': {
default: 6,
},
'deck.menuPosition': {
default: 'bottom' as 'right' | 'bottom',
},
'deck.navbarPosition': {
default: 'left' as 'left' | 'top' | 'bottom',
},
'chat.showSenderName': {