From d7d386d5e4c3462d3114cfdcc25b8c2bfd9b03e5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 21 Aug 2025 12:37:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B1=87=E7=8E=87=E9=80=9F=E6=9F=A5-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1123?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhima.currency.ts | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/apps/com.zhima.currency.ts diff --git a/src/apps/com.zhima.currency.ts b/src/apps/com.zhima.currency.ts new file mode 100644 index 00000000..4dfa5b38 --- /dev/null +++ b/src/apps/com.zhima.currency.ts @@ -0,0 +1,39 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.zhima.currency', + name: '汇率速查', + groups: [ + { + key: 1, + name: '全屏广告', + desc: '点击关闭', + rules: [ + { + key: 0, + fastQuery: true, + activityIds: [ + 'com.bytedance.sdk.openadsdk.core.component.reward.activity.TTFullScreenVideoActivity', + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + ], + matches: + '@ImageView[childCount=0] < ViewGroup[childCount=1] - ViewGroup > [text="反馈"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/c07dc400-c222-4592-bf4e-9fa2227a1751', + snapshotUrls: [ + 'https://i.gkd.li/i/21910422', + 'https://i.gkd.li/i/21910423', + ], + }, + { + key: 1, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '@Image[childCount=0][width<70 && height<70] < View[childCount=1] < View[childCount=1] + View > [text="广告"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/6dded2be-0407-488d-a0cc-4aca133f6fc0', + snapshotUrls: 'https://i.gkd.li/i/21910493', + }, + ], + }, + ], +});