From 6e077204bafd4fb1e2100ee986123f45b28d6312 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 18 Feb 2024 12:19:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E8=BF=90=E5=8A=A8?= =?UTF-8?q?=E5=81=A5=E5=BA=B7):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=BC=80=E5=90=AF=E2=80=9C=E5=AE=9E=E6=97=B6=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=AD=A5=E6=95=B0=E2=80=9D=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.health.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.huawei.health.ts b/src/apps/com.huawei.health.ts index 05ff4418..e96c0abf 100644 --- a/src/apps/com.huawei.health.ts +++ b/src/apps/com.huawei.health.ts @@ -67,5 +67,21 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + name: '功能类-请求开启“实时推送步数”弹窗', + desc: '点击取消', + rules: [ + { + quickFind: true, + activityIds: 'com.huawei.health.MainActivity', + matches: + '[text*="实时推送步数"] <2 * < * +2 * >4 [text="取消"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/7e9b7131-35ae-49dd-badf-13b6dae3aa96', + snapshotUrls: 'https://i.gkd.li/import/14321121', + }, + ], + }, ], });