mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
feat: 高德地图-全屏广告 #1150
This commit is contained in:
@@ -170,7 +170,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
|
|||||||
{
|
{
|
||||||
id: 'com.autonavi.minimap',
|
id: 'com.autonavi.minimap',
|
||||||
name: '高德地图',
|
name: '高德地图',
|
||||||
deprecatedKeys: [0],
|
deprecatedKeys: [0, 12],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'com.babycloud.hanju',
|
id: 'com.babycloud.hanju',
|
||||||
|
|||||||
@@ -97,14 +97,6 @@ export default defineGkdApp({
|
|||||||
'https://i.gkd.li/i/13764540', // 限定 ImageView[width<90][height<90],避免在此误触
|
'https://i.gkd.li/i/13764540', // 限定 ImageView[width<90][height<90],避免在此误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 12,
|
|
||||||
name: '全屏广告-加油页面优惠券弹窗',
|
|
||||||
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
|
||||||
rules:
|
|
||||||
'@ImageView < [desc="关闭"][clickable=true] - ViewGroup > ViewGroup > ViewGroup > View[text="立即领取"]',
|
|
||||||
snapshotUrls: ['https://i.gkd.li/i/12642857'],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '局部广告-卡片广告',
|
name: '局部广告-卡片广告',
|
||||||
@@ -150,7 +142,7 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 14,
|
key: 14,
|
||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告',
|
||||||
desc: '点击关闭',
|
desc: '点击关闭',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -177,6 +169,15 @@ export default defineGkdApp({
|
|||||||
'https://m.gkd.li/57941037/e059109b-f4bb-4ed6-81a8-6010b51ebfd5',
|
'https://m.gkd.li/57941037/e059109b-f4bb-4ed6-81a8-6010b51ebfd5',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14809993',
|
snapshotUrls: 'https://i.gkd.li/i/14809993',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
||||||
|
matches:
|
||||||
|
'@ViewGroup[clickable=true] > View[visibleToUser=true][text^="关闭"] <<n [vid="mapInteractiveRelativeLayout"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/0a4e847f-b1b0-4667-982a-43f313305139',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/22287641',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user