From b07e31fbf8662de42e7ee66be39b38fc6c445a74 Mon Sep 17 00:00:00 2001 From: Adam <3246057843@qq.com> Date: Sun, 8 Oct 2023 00:35:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E5=88=B0):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#736)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(知到): 开屏广告 * feat(知到): 开屏广告-规则优化 --------- Co-authored-by: 二刺螈 --- src/apps/com.able.wisdomtree.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.able.wisdomtree.ts diff --git a/src/apps/com.able.wisdomtree.ts b/src/apps/com.able.wisdomtree.ts new file mode 100644 index 00000000..77ba50b5 --- /dev/null +++ b/src/apps/com.able.wisdomtree.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.able.wisdomtree', + name: '知到', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: + 'com.example.advertisement_business.advertisement.AdvertisementActivity', + rules: [ + { + matches: ['[id="com.able.wisdomtree:id/tv_skip"]'], + snapshotUrls: 'https://gkd-kit.songe.li/import/12838048', + }, + ], + }, + ], +});