feat(ui): add configurable model card footer action, fixes #249

This commit is contained in:
Will Miao
2025-10-17 08:43:35 +08:00
parent 52bf93e430
commit 6d9be814a5
16 changed files with 120 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ const DEFAULT_SETTINGS_BASE = Object.freeze({
display_density: 'default',
card_info_display: 'always',
model_name_display: 'model_name',
model_card_footer_action: 'example_images',
include_trigger_words: false,
compact_mode: false,
priority_tags: { ...DEFAULT_PRIORITY_TAG_CONFIG },