feat(settings): change model card footer action default to replace_preview

This commit is contained in:
Will Miao
2026-02-01 07:38:04 +08:00
parent a492638133
commit c0f03b79a8

View File

@@ -63,7 +63,7 @@ DEFAULT_SETTINGS: Dict[str, Any] = {
"compact_mode": False,
"priority_tags": DEFAULT_PRIORITY_TAG_CONFIG.copy(),
"model_name_display": "model_name",
"model_card_footer_action": "example_images",
"model_card_footer_action": "replace_preview",
"update_flag_strategy": "same_base",
"auto_organize_exclusions": [],
}