From 264f81a2f19bc394de96f45d9de5a3e27d806c2b Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:43:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=8C=E6=9F=84):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#3799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3797 --- src/apps/com.diershoubing.erbing.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/apps/com.diershoubing.erbing.ts diff --git a/src/apps/com.diershoubing.erbing.ts b/src/apps/com.diershoubing.erbing.ts new file mode 100644 index 00000000..215394ec --- /dev/null +++ b/src/apps/com.diershoubing.erbing.ts @@ -0,0 +1,28 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.diershoubing.erbing', + name: '二柄', + groups: [ + { + key: 6, + name: '分段广告', + quickFind: true, + rules: [ + { + key: 1, + matches: '[id="com.diershoubing.erbing:id/mainV"] >n [text="广告"]', + exampleUrls: + 'https://m.gkd.li/47232102/5498dc61-9f29-42c6-a75b-ac8471e48328', + snapshotUrls: 'https://i.gkd.li/import/13868396', + }, + { + key: 2, + preKeys: 1, + matches: '@LinearLayout > [text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/import/13868401', + }, + ], + }, + ], +});