From efa5fe256c9f215f77126f190cfcd232d3e171c7 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:03:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=96=B5=E4=B8=8A=E6=BC=AB=E7=94=BB):=20?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=20SDK=20=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#567)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.aster.zhbj.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/apps/com.aster.zhbj.ts diff --git a/src/apps/com.aster.zhbj.ts b/src/apps/com.aster.zhbj.ts new file mode 100644 index 00000000..039b2f1b --- /dev/null +++ b/src/apps/com.aster.zhbj.ts @@ -0,0 +1,28 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.aster.zhbj', + name: '喵上漫画', + groups: [ + { + key: 1, + name: '第三方 SDK 广告弹窗', + rules: [ + { + key: 0, + activityIds: 'com.bbk.launcher2.Launcher', + matches: 'ImageView - FrameLayout > FrameLayout > ImageView', + snapshotUrls: 'https://gkd-kit.songe.li/import/12777325', + }, + { + key: 1, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T', + matches: + 'ImageView - FrameLayout > FrameLayout > FrameLayout > ImageView', + snapshotUrls: 'https://gkd-kit.songe.li/import/12777329', + }, + ], + }, + ], +});