From 023fb18484f8c33782dbe3720bedd81ff67e6abb Mon Sep 17 00:00:00 2001 From: liyi Date: Sat, 8 Mar 2025 10:17:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BA=8B=E4=BB=B6=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constant.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constant.js b/constant.js index 859c0d9..3ea7a1b 100644 --- a/constant.js +++ b/constant.js @@ -72,6 +72,10 @@ export const eventKeys = { registerFingerprintProcess: 'registerFingerprintProcess', // 注册指纹确认 registerFingerprintConfirm: 'registerFingerprintConfirm', + // 注册人脸过程 + registerFaceProcess: 'registerFaceProcess', + // 注册人脸确认 + registerFaceConfirm: 'registerFaceConfirm', }