From 9579186914de73624c55b9ea0274330dc0f50a1c Mon Sep 17 00:00:00 2001 From: Ran0929 <148767297+Ran0929@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:14:58 +0800 Subject: [PATCH] =?UTF-8?q?(=E5=BE=97=E9=97=B4=E5=85=8D=E8=B4=B9=E5=B0=8F?= =?UTF-8?q?=E8=AF=B4)=EF=BC=9A=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#143?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 得间免费小说:开屏广告 * 测试 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * 得间免费小说:开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.chaozh.iReader.dj.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.chaozh.iReader.dj.ts diff --git a/src/apps/com.chaozh.iReader.dj.ts b/src/apps/com.chaozh.iReader.dj.ts new file mode 100644 index 00000000..1dbf0abf --- /dev/null +++ b/src/apps/com.chaozh.iReader.dj.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.chaozh.iReader.dj', + name: '得间免费小说', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: ['com.chaozh.iReader.ui.activity.WelcomeActivity'], + rules: [ + { + matches: 'TextView[text*="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13175317', + }, + ], + }, + ], +});