mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat: 番喜视频-全屏广告 (#1437)
This commit is contained in:
22
src/apps/com.upxjwb.xrq.ts
Normal file
22
src/apps/com.upxjwb.xrq.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.upxjwb.xrq',
|
||||
name: '番喜视频',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告',
|
||||
rules: [
|
||||
{
|
||||
name: '字节广告',
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches:
|
||||
'@Image[childCount=0][text=""][width<60 && height<60] < View[childCount=1] < * - View > [text="反馈"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/23519200',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user