From 2552f1dd1a6a038a7100d345cf67720158f666b4 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:49:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=80=92=E8=AE=A1=E6=97=A5):=20=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=20(#404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhizhou.days.ts | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/apps/com.zhizhou.days.ts diff --git a/src/apps/com.zhizhou.days.ts b/src/apps/com.zhizhou.days.ts new file mode 100644 index 00000000..a7580a03 --- /dev/null +++ b/src/apps/com.zhizhou.days.ts @@ -0,0 +1,35 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.zhizhou.days', + name: '倒计日', + groups: [ + { + key: 1, + name: '第三方 SDK 广告弹窗', + rules: [ + { + name: '穿山甲', + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: '[desc^="webview-close"] > View[clickable=true]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727499', + }, + { + name: '优量汇-第一类广告', + activityIds: 'com.zhizhou.days.activity.MainActivity', + matches: + 'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView[visibleToUser=true]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727528', + }, + { + name: '优量汇-第二类广告', + activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher', + matches: + 'ImageView - FrameLayout > FrameLayout > FrameLayout > ImageView[visibleToUser=true]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727546', + }, + ], + }, + ], +});