feat: OPPO健康-不开启微信运动同步 (#1292)

Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
天方夜谭
2025-10-23 19:52:53 +08:00
committed by GitHub
parent ada4370671
commit 2427341a84

View File

@@ -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',
},
],
},
],
});