From d213d5b8a52c537d92fe201a97ccd8a7d19bc847 Mon Sep 17 00:00:00 2001 From: aisouler Date: Mon, 19 Feb 2024 10:40:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=93=E8=81=9A):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.learn.team.congrong.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.learn.team.congrong.ts diff --git a/src/apps/com.learn.team.congrong.ts b/src/apps/com.learn.team.congrong.ts new file mode 100644 index 00000000..a7e95771 --- /dev/null +++ b/src/apps/com.learn.team.congrong.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.learn.team.congrong', + name: '卓聚', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: + 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView', + exampleUrls: + 'https://m.gkd.li/57941037/b390043b-3d13-451e-b8aa-15c2a0157071', + snapshotUrls: 'https://i.gkd.li/import/14325697', + }, + ], + }, + ], +});