From c54757f03e5f1edebd2fddf96ddec01785f1a2c3 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 22 Feb 2024 13:05:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppShare):=20=E5=B1=80=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.muge.appshare.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 8fc48bc4..183ce007 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -37,13 +37,14 @@ export default defineAppConfig({ }, { key: 1, - name: '局部广告-软件详情页卡片广告', + name: '局部广告-卡片广告', desc: '点击关闭', - activityIds: 'info.muge.appshare.view.app.detail.AppDetailActivity', rules: [ { key: 0, + name: '软件详情页卡片广告', quickFind: true, + activityIds: 'info.muge.appshare.view.app.detail.AppDetailActivity', matches: 'ImageView < @FrameLayout[index=2][desc=null] <3 FrameLayout[childCount=5] <<(6,7) [id="info.muge.appshare:id/adContainer"]', exampleUrls: @@ -55,6 +56,17 @@ export default defineAppConfig({ 'https://i.gkd.li/i/14368768', // 避免在此页面误触 ], }, + { + key: 1, + name: '搜索页卡片广告', + quickFind: true, + activityIds: 'info.muge.appshare.view.search.app.SearchAppActivity', + matches: + 'ImageView < @FrameLayout[index=2][desc=null] <3 FrameLayout[childCount=5] <<7 [vid="adView"]', + exampleUrls: + 'https://m.gkd.li/57941037/9f0e824f-b48e-42f7-9d1a-82642e409d12', + snapshotUrls: 'https://i.gkd.li/i/14368946', + }, ], }, {