feat(QQ): 钱包卡片广告 (#3340)

close #3256
This commit is contained in:
walklty
2023-12-24 20:39:19 +08:00
committed by GitHub
parent d6bbbceaa3
commit 50eed8280b

View File

@@ -365,5 +365,25 @@ export default defineAppConfig({
}, },
], ],
}, },
{
enable: false,
key: 20,
name: '钱包-卡片广告',
quickFind: true,
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: [
{
key: 0,
matches: 'ViewGroup[childCount=6] > [text="广告"]',
snapshotUrls: ['https://i.gkd.li/import/13695087'],
},
{
preKeys: 0,
key: 1,
matches: '@LinearLayout > [text="关闭此条广告"]',
snapshotUrls: ['https://i.gkd.li/import/13699701'],
},
],
},
], ],
}); });