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:
14
src/apps/com.tencent.mtt.ts
Normal file
14
src/apps/com.tencent.mtt.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.mtt',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'QQ浏览器-开屏广告',
|
||||
activityIds: 'com.tencent.mtt.MainActivity',
|
||||
rules:
|
||||
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user