From e84b118765166f4e2fea8b0a81ce87f5256e2be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Thu, 12 Oct 2023 00:23:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=8C=E9=98=85):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#783)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chaozh.iReaderFree.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.chaozh.iReaderFree.ts diff --git a/src/apps/com.chaozh.iReaderFree.ts b/src/apps/com.chaozh.iReaderFree.ts new file mode 100644 index 00000000..28c4128a --- /dev/null +++ b/src/apps/com.chaozh.iReaderFree.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.chaozh.iReaderFree', + name: '掌阅', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.chaozh.iReader.ui.activity.WelcomeActivity', + rules: + 'RelativeLayout[childCount=1] > [text^="跳过"][text.length<=4][clickable=true]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12872346', + }, + ], +});