From 66b4701b88ff11b258f6b3fe4537cbab31c4262b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 5 Aug 2024 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=80=83=E8=AF=95=E5=AE=9D):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A=E3=80=81=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kaoshibaodian.app.ts | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/apps/com.kaoshibaodian.app.ts diff --git a/src/apps/com.kaoshibaodian.app.ts b/src/apps/com.kaoshibaodian.app.ts new file mode 100644 index 00000000..357571fc --- /dev/null +++ b/src/apps/com.kaoshibaodian.app.ts @@ -0,0 +1,46 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.kaoshibaodian.app', + name: '考试宝', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + key: 0, + fastQuery: true, + activityIds: 'ksbd.quiz.QuizActivity', + matches: + 'FrameLayout[childCount=5] > @FrameLayout[childCount=1][text=null] > ImageView[childCount=0][text=null] <(3,4) FrameLayout[childCount>3] > FrameLayout[childCount=1] > ImageView[childCount=0][text=null]', + exampleUrls: 'https://e.gkd.li/92252573-11c8-4ce8-a0df-4c7e94b7c101', + snapshotUrls: 'https://i.gkd.li/i/16492018', + }, + ], + }, + ], +});