mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: 小米运动健康-全屏广告 (#1533)
This commit is contained in:
@@ -42,7 +42,7 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '全屏广告-活动弹窗',
|
name: '全屏广告',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
@@ -50,11 +50,19 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
name: '活动弹窗',
|
||||||
activityIds: 'com.xiaomi.fitness.main.MainActivity',
|
activityIds: 'com.xiaomi.fitness.main.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
'[id="com.mi.health:id/cardview"] + [id="com.mi.health:id/dialog_close"]',
|
'[id="com.mi.health:id/cardview"] + [id="com.mi.health:id/dialog_close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13537836',
|
snapshotUrls: 'https://i.gkd.li/i/13537836',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '表盘广告',
|
||||||
|
activityIds: 'com.xiaomi.wearable.yrn.views.WearableRNActivity',
|
||||||
|
matches: '@[clickable=true] > [desc="Close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23923968',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user