From cdee037160374ed29815fd82e20340595279fe2a Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Thu, 28 Sep 2023 11:27:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=AE=9E=E4=BA=BA?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E9=A1=B5=E9=9D=A2=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/API.uvue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 02b5b588..f707f030 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -400,6 +400,16 @@ url: 'unicloud-database', }, ] as Page[], + }, + { + id: 'third-party', + name: '第三方服务', + pages: [ + { + name: '实人认证', + url: 'facial-recognition-verify', + }, + ] as Page[], }, /* { id: "rewarded-video-ad", -- GitLab