From 0535d4064288e66adc7fe0650b7379fee13c2ffa Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:55:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B9=A6=E6=B3=95=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E5=A4=A7=E5=85=A8):=20=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2354)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(书法字典大全):信息流广告 * Update com.zivn.cloudbrush3.ts close #2328 --- src/apps/com.zivn.cloudbrush3.ts | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/apps/com.zivn.cloudbrush3.ts diff --git a/src/apps/com.zivn.cloudbrush3.ts b/src/apps/com.zivn.cloudbrush3.ts new file mode 100644 index 00000000..f31fc1fe --- /dev/null +++ b/src/apps/com.zivn.cloudbrush3.ts @@ -0,0 +1,31 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.zivn.cloudbrush3', + name: '书法字典大全', + groups: [ + { + enable: false, + key: 3, + name: '信息流广告', + quickFind: true, + activityIds: 'com.zivn.cloudbrush3.app.HomeActivity', + rules: [ + { + key: 0, + name: '点击【x】', + matches: + '@View[clickable=true] < FrameLayout -2 FrameLayout [text="广告"]', + snapshotUrls: 'https://i.gkd.li/import/13425305', + }, + { + preKeys: 0, + name: '点击【不感兴趣】', + matches: + '@LinearLayout > [id="com.byted.pangle.m:id/tt_item_tv"][text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/import/13425306', + }, + ], + }, + ], +});