From 5988844fcfa92beaf9c6fa4fc2592bcf5bd09a15 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:56:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=A5=E6=9C=A8=E6=BC=AB=E7=94=BB):=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#3221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.galaxy.qbyd.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/apps/com.galaxy.qbyd.ts diff --git a/src/apps/com.galaxy.qbyd.ts b/src/apps/com.galaxy.qbyd.ts new file mode 100644 index 00000000..ed7979f1 --- /dev/null +++ b/src/apps/com.galaxy.qbyd.ts @@ -0,0 +1,28 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.galaxy.qbyd', + name: '春木漫画', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 0, + name: '腾讯广告', + activityIds: [ + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T', + 'com.aster.comic.app.view.MainActivity', + ], + matches: + 'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', + snapshotUrls: [ + 'https://i.gkd.li/import/13691104', + 'https://i.gkd.li/import/13691103', + ], + }, + ], + }, + ], +});