Files
AIsouler-GKD_subscription/src/apps/com.tencent.androidqqmail.ts

69 lines
2.0 KiB
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.tencent.androidqqmail',
name: 'QQ邮箱',
groups: [
{
key: 0,
name: '分段广告-列表卡片广告',
fastQuery: true,
activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity',
rules: [
{
key: 0,
name: '英文版邮箱广告-点击Ads',
matches: '[id="com.tencent.androidqqmail:id/advertise_view_ad"]',
snapshotUrls: 'https://i.gkd.li/i/12842757',
},
{
name: '英文版邮箱广告-点击Not interested',
preKeys: [0],
matches: '@FrameLayout > TextView[text="Not interested"]',
snapshotUrls: 'https://i.gkd.li/i/12842775',
},
{
key: 1,
name: '点击[广告]',
matches:
'LinearLayout > TextView + @LinearLayout[id!=null][clickable=true] > [text="广告"]',
snapshotUrls: 'https://i.gkd.li/i/12775857',
},
{
key: 2,
fastQuery: true,
matches: '[vid="btn_advertise_click_area"]',
exampleUrls: 'https://e.gkd.li/acce3df3-9773-4b42-b468-4724a7851efe',
snapshotUrls: 'https://i.gkd.li/i/17908070',
},
{
preKeys: [0, 1, 2], // https://github.com/gkd-kit/subscription/issues/1776
key: 9,
name: '点击[不感兴趣]',
matches: '[text="不感兴趣"]',
snapshotUrls: [
'https://i.gkd.li/i/12775862',
'https://i.gkd.li/i/15051479',
'https://i.gkd.li/i/17908078',
],
},
],
},
{
key: 1,
name: '权限提示-通知权限',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity',
matches: '[text="立刻开启"] - [text="以后再说"]',
snapshotUrls: 'https://i.gkd.li/i/13043069',
},
],
},
],
});