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:
24
src/apps/com.tencent.qqlive.ts
Normal file
24
src/apps/com.tencent.qqlive.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.tencent.qqlive',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '腾讯视频-开屏广告',
|
||||
activityIds: 'com.tencent.qqlive.ona.activity.SplashHomeActivity',
|
||||
rules: [
|
||||
'TextView[text*=`互动广告`] < LinearLayout < FrameLayout + FrameLayout > TextView[text=`跳过`]',
|
||||
'TextView[text=`广告`] LinearLayout + TextView[text=`跳过`]',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '腾讯视频-青少年模式弹窗',
|
||||
activityIds:
|
||||
'com.tencent.qqlive.ona.update.trunk.client.TrunkUpdateActivity',
|
||||
rules:
|
||||
'TextView[text*=`青少年模式`] +n TextView[id=`com.tencent.qqlive:id/arg`][text=`我知道了`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user