feat(recipes): add prompt-aware duplicate detection toggle

This commit is contained in:
Will Miao
2026-08-10 00:07:14 +08:00
parent 8237e5f9ea
commit 95fb3c7fc9
20 changed files with 582 additions and 39 deletions

View File

@@ -935,8 +935,16 @@
},
"duplicates": {
"found": "發現 {count} 組重複項",
"noGroups": "按目前判重依據未找到重複組",
"keepLatest": "保留最新版本",
"deleteSelected": "刪除所選"
"deleteSelected": "刪除所選",
"includePromptLabel": "將提示詞納入判重",
"basis": {
"loraCombo": "判重依據LoRA 組合",
"loraComboAndPrompt": "判重依據LoRA 組合 + 提示詞",
"hintLoraCombo": "使用相同 LoRA強度一致的配方會被分組。",
"hintPromptIncluded": "僅當配方使用相同的 LoRA強度一致且提示詞相同時才會被分組。"
}
},
"contextMenu": {
"copyRecipe": {