refactor: rename Face Cluster to Face Deduplication in LibraryView

- Update processor label from 'Face Cluster' to 'Face Deduplication'
- More accurate description of face_cluster processor functionality
This commit is contained in:
2026-07-25 00:46:13 +08:00
parent 9f667cf174
commit a3b45e12c5

View File

@@ -191,7 +191,7 @@
<button class="ms-proc-redo" @click.stop="redoProcessor('asrx')" title="Re-run ASRX">🔄</button>
</div>
<div class="ms-proc-line" :class="procStatusClass('face_cluster')">
<label class="ms-fm-check-label"><input type="checkbox" v-model="procFaceCluster"> Face Cluster</label>
<label class="ms-fm-check-label"><input type="checkbox" v-model="procFaceCluster"> Face Deduplication</label>
<span class="ms-proc-status">{{ procStatusIcon('face_cluster') }}</span>
<span class="ms-proc-count" @click.stop="viewProcessorJson('face_cluster')">{{ procCountLabel('face_cluster', 'frame') }}</span>
<button class="ms-proc-redo" @click.stop="redoProcessor('face_cluster')" title="Re-run Face Cluster">🔄</button>