From 38a7ee06aaf0ae4d905cac372b23190992b33cfe Mon Sep 17 00:00:00 2001 From: aisouler Date: Tue, 20 Feb 2024 22:08:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppShare):=20=E9=80=9A=E7=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA-=E5=85=AC=E5=91=8A=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.muge.appshare.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 9153a74e..2025af99 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -127,5 +127,20 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + name: '通知提示-公告弹窗', + desc: '点击[收到]', + rules: [ + { + quickFind: true, + activityIds: 'info.muge.appshare.view.main.MainActivity', + matches: '[vid="tvSure"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/8b782da0-1501-4839-a19b-92209b4d2723', + snapshotUrls: 'https://i.gkd.li/import/14345476', + }, + ], + }, ], });