mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
51
src/apps/com.zbx.ct.tvzhibo.ts
Normal file
51
src/apps/com.zbx.ct.tvzhibo.ts
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.zbx.ct.tvzhibo',
|
||||||
|
name: '手机电视高清直播',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches: '@Image[text.length=0] < View -n [text="反馈"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13739951',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: '浮窗广告',
|
||||||
|
desc: '会出现在更多页面、播放页面',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: [
|
||||||
|
'com.tvmain.mvp.view.activity.TvMainActivity',
|
||||||
|
'com.tvmain.mvp.view.activity.LivePlayerActivity',
|
||||||
|
],
|
||||||
|
matches: '[id="com.zbx.ct.tvzhibo:id/iv_close"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13740079',
|
||||||
|
'https://i.gkd.li/import/13740126',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: '播放页面-弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.tvmain.mvp.view.activity.VodPlayerActivity',
|
||||||
|
matches:
|
||||||
|
'@ImageView[text.length=null] < FrameLayout <n FrameLayout +n ImageView',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13739932',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user