feat: Introduce recipe favoriting with star icon toggle and filter options.

This commit is contained in:
Will Miao
2025-12-23 10:07:09 +08:00
parent 6e64f97e2b
commit db7f09797b
20 changed files with 486 additions and 307 deletions

View File

@@ -591,7 +591,11 @@
"refresh": {
"title": "레시피 목록 새로고침"
},
"filteredByLora": "LoRA로 필터링됨"
"filteredByLora": "LoRA로 필터링됨",
"favorites": {
"title": "[TODO: Translate] Show Favorites Only",
"action": "[TODO: Translate] Favorites"
}
},
"duplicates": {
"found": "{count}개의 중복 그룹 발견",
@@ -1480,4 +1484,4 @@
"learnMore": "LM Civitai Extension Tutorial"
}
}
}
}