mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
@@ -24,5 +24,28 @@ export default defineAppConfig({
|
|||||||
rules: '[text="开启后台无限制"] + [id="com.mi.health:id/close_icon"]',
|
rules: '[text="开启后台无限制"] + [id="com.mi.health:id/close_icon"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13495035',
|
snapshotUrls: 'https://i.gkd.li/import/13495035',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '活动弹窗',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'com.xiaomi.fitness.main.MainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches:
|
||||||
|
'[id="com.mi.health:id/cardview"] + [id="com.mi.health:id/dialog_close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13537836',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '更新弹窗',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: '[text^="发现新版本"] < * + * >n [text="放弃更新"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13537840',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user