From a01b41e30d2997a7b58dbf2873f28cde83a5615f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:56:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=95=AA=E5=96=9C=E8=A7=86=E9=A2=91-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1437)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.upxjwb.xrq.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.upxjwb.xrq.ts diff --git a/src/apps/com.upxjwb.xrq.ts b/src/apps/com.upxjwb.xrq.ts new file mode 100644 index 00000000..8e76bcda --- /dev/null +++ b/src/apps/com.upxjwb.xrq.ts @@ -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', + }, + ], + }, + ], +});