mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
18 lines
550 B
TypeScript
18 lines
550 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tencent.androidqqmail',
|
|
name: 'qq邮箱',
|
|
groups: [
|
|
{
|
|
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`]',
|
|
],
|
|
},
|
|
],
|
|
});
|