mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ): 消息页面顶部横幅广告(补充规则)
This commit is contained in:
@@ -32,8 +32,8 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '局部广告-消息页面顶部广告',
|
||||
desc: '规则误触,待修复,需要快照准确定位', // 当从聊天界面点击链接进入网页时会误触
|
||||
name: '局部广告-消息页面顶部横幅广告',
|
||||
desc: '点击关闭',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
@@ -60,6 +60,15 @@ export default defineAppConfig({
|
||||
'ImageView + RelativeLayout[childCount=2] > TextView[text!=null] + ImageView',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user