Update packages/frontend/src/components/MkEmbedCodeGenDialog.vue

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり 2025-09-06 18:41:34 +09:00 committed by GitHub
parent 8c2c8aca6e
commit e5261aa86e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ const {
{ value: 'light', label: i18n.ts.light }, { value: 'light', label: i18n.ts.light },
{ value: 'dark', label: i18n.ts.dark }, { value: 'dark', label: i18n.ts.dark },
], ],
initialValue: 'auto', initialValue: props.params?.colorMode ?? 'auto',
}); });
const rounded = ref(props.params?.rounded ?? true); const rounded = ref(props.params?.rounded ?? true);