feat(QQ): 消息页面顶部横幅广告(补充规则)

This commit is contained in:
aisouler
2024-02-04 13:37:12 +08:00
parent 585e00c2bb
commit 73cb8f0734

View File

@@ -32,8 +32,8 @@ export default defineAppConfig({
{ {
enable: false, enable: false,
key: 1, key: 1,
name: '局部广告-消息页面顶部广告', name: '局部广告-消息页面顶部横幅广告',
desc: '规则误触,待修复,需要快照准确定位', // 当从聊天界面点击链接进入网页时会误触 desc: '点击关闭',
activityIds: 'com.tencent.mobileqq.activity.SplashActivity', activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
rules: [ rules: [
{ {
@@ -60,6 +60,15 @@ export default defineAppConfig({
'ImageView + RelativeLayout[childCount=2] > TextView[text!=null] + ImageView', 'ImageView + RelativeLayout[childCount=2] > TextView[text!=null] + ImageView',
snapshotUrls: 'https://i.gkd.li/import/13476400', snapshotUrls: 'https://i.gkd.li/import/13476400',
}, },
{
key: 3,
name: '稀有龙鹅卡掉落',
matches:
'RelativeLayout[childCount=2] > ImageView + RelativeLayout[childCount=2] > ImageView',
exampleUrls:
'https://m.gkd.li/57941037/3922e10b-ed7e-41c0-955c-88189876548d',
snapshotUrls: 'https://i.gkd.li/import/14155603',
},
], ],
}, },
{ {