From ba85a93d09368ea84e2262443af229cc28f8907f Mon Sep 17 00:00:00 2001 From: Adpro <101449500+adproqwq@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:14:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93=E8=9C=97=E7=89=9B?= =?UTF-8?q?=E8=AF=BB=E4=B9=A6):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.netease.snailread.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.netease.snailread.ts diff --git a/src/apps/com.netease.snailread.ts b/src/apps/com.netease.snailread.ts new file mode 100644 index 000000000..ee40b54dc --- /dev/null +++ b/src/apps/com.netease.snailread.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.netease.snailread', + name: '网易蜗牛读书', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: [ + { + key: 0, + name: '穿山甲SDK', + matches: + 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView', + snapshotUrls: 'https://i.gkd.li/import/14095278', + }, + ], + }, + ], +});