From bfe3f98795eadca621be6cb0d2359e624d0623d7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 5 Nov 2024 21:10:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=82=A6=E9=80=9A=E8=A1=8C):=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=B1=BB-=E6=89=AB=E7=A0=81=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E8=A7=A3=E9=94=81=20(#467)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wwwscn.yuexingbao.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.wwwscn.yuexingbao.ts b/src/apps/com.wwwscn.yuexingbao.ts index 9599fecf..56da86af 100644 --- a/src/apps/com.wwwscn.yuexingbao.ts +++ b/src/apps/com.wwwscn.yuexingbao.ts @@ -24,5 +24,19 @@ export default defineGkdApp({ }, ], }, + { + key: 1, + name: '功能类-扫码确认解锁', + desc: '扫码成功后点击[确认并解锁]', + rules: [ + { + fastQuery: true, + activityIds: '.ui.qrcode.ScanResultActivity', + matches: ['[text="扫码成功"]', '[text="确认并解锁"]'], + exampleUrls: 'https://e.gkd.li/31a62ba3-9329-4abe-ab30-99006ffa04d4', + snapshotUrls: 'https://i.gkd.li/i/17632893', + }, + ], + }, ], });