feat(ui): add setting to toggle version name display on model cards (#916)

This commit is contained in:
Will Miao
2026-04-29 20:04:40 +08:00
parent f3268a6179
commit 25605c5e78
16 changed files with 56 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ const DEFAULT_SETTINGS_BASE = Object.freeze({
show_folder_sidebar: true,
model_name_display: 'model_name',
model_card_footer_action: 'example_images',
show_version_on_card: true,
include_trigger_words: false,
compact_mode: false,
priority_tags: { ...DEFAULT_PRIORITY_TAG_CONFIG },