mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(高德地图): 局部广告-首页上方消息提醒(补充规则) (#415)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -55,10 +55,26 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '局部广告-首页上方消息提醒',
|
name: '局部广告-首页上方消息提醒',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
||||||
rules:
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches:
|
||||||
'RelativeLayout[desc="弹窗"] > [id="com.autonavi.minimap:id/msgbox_popup_clear"]',
|
'RelativeLayout[desc="弹窗"] > [id="com.autonavi.minimap:id/msgbox_popup_clear"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12642830',
|
snapshotUrls: 'https://i.gkd.li/i/12642830',
|
||||||
|
exampleUrls: 'https://e.gkd.li/a7f72c58-0b31-4b87-9839-567d4d74350a',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
fastQuery: true,
|
||||||
|
matches: '@ImageView[clickable=true] - [text="广告"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17426322',
|
||||||
|
exampleUrls: 'https://e.gkd.li/ca2dae5b-10d8-458e-9d83-fe04652ff074',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 11,
|
key: 11,
|
||||||
|
|||||||
Reference in New Issue
Block a user