feat(face-recognition): add face detection support and UI overlay

This commit is contained in:
shiyu
2025-06-16 12:47:48 +08:00
parent 18ad7a3a53
commit 00dbaff8b2
8 changed files with 227 additions and 58 deletions

View File

@@ -24,6 +24,7 @@ export interface FilteredPicturesRequest {
// 图片响应数据
export interface PictureResponse {
faces: any;
id: number;
name: string;
path: string;