From a44f233679a7f69de4a890dde5441224e297a018 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:05:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=AC=A1=E5=85=83=E5=9F=8E=E5=8A=A8?= =?UTF-8?q?=E6=BC=AB):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#3031)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2957 --- src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts | 45 +++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts diff --git a/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts b/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts new file mode 100644 index 00000000..8a198e6e --- /dev/null +++ b/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts @@ -0,0 +1,45 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jarworld.bleach.bvn.sjm.cyc', + name: '次元城动漫', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/13626948', + 'https://i.gkd.li/import/13626951', + ], + }, + ], + }, + { + key: 6, + name: '广告弹窗', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.jarworld.bleach.bvn.sjm.cyc.MainActivity', + rules: [ + { + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13626949', + }, + { + matches: + '[id="com.jarworld.bleach.bvn.sjm.cyc:id/ksad_container"] ViewGroup[childCount=1] > @ViewGroup[clickable=true][childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13626950', + }, + ], + }, + ], +});