From 2427341a84b97cee88a087ffabff0df71cbe0464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:52:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20OPPO=E5=81=A5=E5=BA=B7-=E4=B8=8D?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=BE=AE=E4=BF=A1=E8=BF=90=E5=8A=A8=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=20(#1292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/com.heytap.health.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.heytap.health.ts b/src/apps/com.heytap.health.ts index 3e5bedbd..e5da4d15 100644 --- a/src/apps/com.heytap.health.ts +++ b/src/apps/com.heytap.health.ts @@ -61,5 +61,18 @@ export default defineGkdApp({ }, ], }, + { + key: 5, + name: '其他-忽略[开启微信运动同步]', + rules: [ + { + fastQuery: true, + activityIds: 'com.heytap.health.main.MainActivity', + matches: '[text^="开启微信运动同步"] + [text="忽略"]', + exampleUrls: 'https://e.gkd.li/867170d7-5c10-48fc-8bda-9139235ef718', + snapshotUrls: 'https://i.gkd.li/i/23087769', + }, + ], + }, ], });