From 91e24b1aac0721229b9042ac40f00fe2f6d7e47f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 17 Dec 2024 17:19:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=A7=E6=AC=A1=E5=85=83):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#622)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.llmm.huiyuanuxiang.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.llmm.huiyuanuxiang.ts diff --git a/src/apps/com.llmm.huiyuanuxiang.ts b/src/apps/com.llmm.huiyuanuxiang.ts new file mode 100644 index 00000000..7ab40807 --- /dev/null +++ b/src/apps/com.llmm.huiyuanuxiang.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.llmm.huiyuanuxiang', + name: '囧次元', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '@Image[text!=null][childCount=0][visibleToUser=true] - View >2 [text="恭喜获得优惠券"]', + exampleUrls: 'https://e.gkd.li/12d1cfdb-9aa0-4688-8997-733611c0faaf', + snapshotUrls: 'https://i.gkd.li/i/18129413', + }, + ], + }, + ], +});