From be2f249c103470a8e3d809d6025f10037bfbfe32 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 22 Nov 2025 14:24:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=97=AE=E5=B0=8F=E7=99=BD-=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1476?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.yuanshi.wenxiaobai.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.yuanshi.wenxiaobai.ts diff --git a/src/apps/com.yuanshi.wenxiaobai.ts b/src/apps/com.yuanshi.wenxiaobai.ts new file mode 100644 index 00000000..daa944a7 --- /dev/null +++ b/src/apps/com.yuanshi.wenxiaobai.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.yuanshi.wenxiaobai', + name: '问小白', + groups: [ + { + key: 1, + name: '全屏广告', + desc: '点击关闭', + rules: [ + { + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '@Image[childCount=0][width<80 && height<80] < View[childCount=1] < View[childCount=1] < View[childCount=1] < View[childCount=1] + View[childCount=1] >2 [text="广告"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/6efff57b-4697-4a4a-97da-de7e8b8dd7f2', + snapshotUrls: 'https://i.gkd.li/i/23687188', + }, + ], + }, + ], +});