feat: 运动世界-全屏广告 等2个更新 (#1341)

This commit is contained in:
天方夜谭
2025-10-29 18:58:12 +08:00
committed by GitHub
parent 7ef3771dc7
commit 4a4f8ed741

View File

@@ -29,7 +29,7 @@ export default defineGkdApp({
{ {
key: 1, key: 1,
fastQuery: true, fastQuery: true,
activityIds: '.activity.HomeActivity', activityIds: ['.activity.HomeActivity', '.mvi.home.HomeActivity'],
matches: matches:
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]', '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
exampleUrls: 'https://e.gkd.li/a7753ec9-5382-42ee-9a41-b4e2b61b9050', exampleUrls: 'https://e.gkd.li/a7753ec9-5382-42ee-9a41-b4e2b61b9050',
@@ -88,11 +88,14 @@ export default defineGkdApp({
{ {
key: 6, key: 6,
fastQuery: true, fastQuery: true,
activityIds: '.activity.HomeActivity', activityIds: ['.activity.HomeActivity', '.mvi.home.HomeActivity'],
matches: matches:
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]', '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]',
exampleUrls: 'https://e.gkd.li/f640d0c2-197d-45ef-98ff-58a04920bd2d', exampleUrls: 'https://e.gkd.li/f640d0c2-197d-45ef-98ff-58a04920bd2d',
snapshotUrls: 'https://i.gkd.li/i/17358027', snapshotUrls: [
'https://i.gkd.li/i/17358027',
'https://i.gkd.li/i/23206013',
],
}, },
{ {
key: 7, key: 7,
@@ -191,10 +194,18 @@ export default defineGkdApp({
resetMatch: 'app', resetMatch: 'app',
rules: [ rules: [
{ {
key: 0,
activityIds: '.mvi.home.HomeActivity', activityIds: '.mvi.home.HomeActivity',
matches: '@ImageView[vid="dialog_close"] +n [text*="公告"]', matches: '@ImageView[vid="dialog_close"] +n [text*="公告"]',
snapshotUrls: 'https://i.gkd.li/i/22526467', snapshotUrls: 'https://i.gkd.li/i/22526467',
}, },
{
key: 1,
fastQuery: true,
activityIds: '.mvi.home.HomeActivity',
matches: '[vid="iv"] + [vid="iv_cancel"]',
snapshotUrls: 'https://i.gkd.li/i/23205159',
},
], ],
}, },
{ {