mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
@@ -4,13 +4,35 @@ export default defineAppConfig({
|
||||
id: 'com.tencent.androidqqmail',
|
||||
name: 'qq邮箱',
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.tencent.qqmail.launcher.desktop.LauncherActivity',
|
||||
rules: 'RelativeLayout > ImageView[id!=null] + ImageView[id!=null]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12775855',
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '广告邮件-列表卡片广告',
|
||||
activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity',
|
||||
rules: [
|
||||
'TextView[text=`赞助商提供的广告`] <n FrameLayout <n ListView[id=`com.tencent.androidqqmail:id/pop_up_list`] TextView[text=`不感兴趣`]',
|
||||
'[id=`com.tencent.androidqqmail:id/advertise_view_ad`]',
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.tencent.androidqqmail:id/advertise_view_ad"]', // 需要补充快照
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'LinearLayout > TextView + @LinearLayout[id!=null][clickable=true] > [text="广告"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12775857',
|
||||
},
|
||||
{
|
||||
preKeys: [1],
|
||||
key: 9,
|
||||
matches:
|
||||
'[text="赞助商提供的广告"] < FrameLayout + @FrameLayout > [text="不感兴趣"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12775862',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user