fix: update Pending Faces display to FS# format

- Line 102: Pending Faces name display
- Changed from F# to FS# (Face Sequence)
- Consistent with other Face Trace displays
This commit is contained in:
2026-07-25 13:55:18 +08:00
parent e6b9b7b4b8
commit 042bb45574

View File

@@ -99,7 +99,7 @@
<div v-else class="face-placeholder">{{ t.frame_count }}f</div>
</template>
</div>
<span class="ms-ppl-face-name">F#{{ t.trace_id }} · {{ t.frame_count }} frames</span>
<span class="ms-ppl-face-name">FS#{{ t.trace_id }} · {{ t.frame_count }} frames</span>
<span class="ms-ppl-trace-group-label" :title="traceGroupMap[String(t.trace_id)] || getFileName(t.file_uuid)">{{ traceGroupMap[String(t.trace_id)] || getFileName(t.file_uuid) }}</span>
<div class="ms-ppl-face-range">
<span class="ms-ppl-face-frame">F#{{ t.start_frame }}F#{{ t.end_frame }}</span>