feat(example): 添加人脸注册按钮和ID显示功能

- 添加注册按钮,点击生成随机人脸ID(格式:F + 8位数字)
- 实时显示检测到的人脸对应的ID
- 使用彩色标签区分已注册(绿色)和未注册(橙色)状态

Quick task: 260330-ld1
This commit is contained in:
2026-03-30 15:28:31 +08:00
parent 3c2bb02e33
commit 184c3a9f16
9 changed files with 1099 additions and 0 deletions

21
.planning/ROADMAP.md Normal file
View File

@@ -0,0 +1,21 @@
# Roadmap: ArcSoft Face Recognition Plugin
**Created:** 2026-03-30
**Milestone:** v0.1.0 - Example App Enhancement
## Phase 1: Example App Enhancement
**Goal:** 在 example 应用中添加人脸注册和 ID 显示功能
### Requirements Covered
- EXAM-01: 注册按钮
- EXAM-02: 注册功能(随机 ID
- EXAM-03: 显示人脸 ID
### Success Criteria
1. 用户可以在预览页面看到注册按钮
2. 点击注册后生成随机 ID 并显示
3. 检测到的人脸显示对应 ID
---
*Roadmap created: 2026-03-30*