mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
chore: init
This commit is contained in:
16
src/apps/com.tencent.androidqqmail.ts
Normal file
16
src/apps/com.tencent.androidqqmail.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.androidqqmail',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'qq邮箱-广告邮件-列表卡片广告',
|
||||
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`]',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user