mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(分段广告-好友动态-广告卡片) 补充规则
This commit is contained in:
@@ -80,17 +80,24 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: 0,
|
|
||||||
key: 1,
|
key: 1,
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
|
matches: '[desc="广告 展开 按钮"] > [desc="关闭"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14138572',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: [0, 1],
|
||||||
|
key: 2,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
||||||
'com.tencent.mobileqq.activity.SplashActivity',
|
'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
],
|
],
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches: '@[clickable=true] > ImageView + [text="关闭此条广告"]',
|
matches: '@[clickable=true] >(1,2) ImageView + [text="关闭此条广告"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12840889',
|
'https://i.gkd.li/import/12840889',
|
||||||
'https://i.gkd.li/import/13831867', //activityId: 'com.tencent.mobileqq.activity.SplashActivity'
|
'https://i.gkd.li/import/13831867', //activityId: 'com.tencent.mobileqq.activity.SplashActivity'
|
||||||
|
'https://i.gkd.li/import/14138571',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user