From e9c80ff8df9302b8372c6cadf39d6c8f61a4534a Mon Sep 17 00:00:00 2001 From: jhonson <65718361+zhangyusheng211@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:01:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A9=BE=E6=A0=A1=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E9=80=9A)=EF=BC=9A=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E8=B7=B3=E8=BF=87=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(驾校一点通):开屏广告跳过 --------- Co-authored-by: 二刺螈 --- src/apps/com.jxedt.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.jxedt.ts diff --git a/src/apps/com.jxedt.ts b/src/apps/com.jxedt.ts new file mode 100644 index 00000000..6d3f9551 --- /dev/null +++ b/src/apps/com.jxedt.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jxedt', + name: '驾校一点通', + groups: [ + { + key: 1, + name: '首页广告', + activityIds: ['com.jxedt.ui.activitys.GuideActivity'], + rules: [ + { + matches: '[id="com.jxedt:id/tv_guide_tiaoguo" || text*="跳过"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12605051', + 'https://gkd-kit.gitee.io/import/12605053', + 'https://gkd-kit.gitee.io/import/12605057', + ], + }, + ], + }, + ], + } +); \ No newline at end of file