feat: 番喜视频-全屏广告 (#1437)

This commit is contained in:
天方夜谭
2025-11-13 19:56:08 +08:00
committed by GitHub
parent 7b642947ea
commit a01b41e30d

View 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',
},
],
},
],
});