mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
fix: 小米运动健康 评价提示-好评弹窗 (#1130)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -14,8 +14,14 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.xiaomi.fitness.baseui.common.CommonBaseActivity',
|
||||
matches: '[id="com.mi.health:id/nextView"][text="下次再说"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13258813',
|
||||
matches: [
|
||||
'[text="评分"][visibleToUser=true]',
|
||||
'[text="下次再说"][visibleToUser=true]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13258813',
|
||||
'https://i.gkd.li/i/21979253',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user