From b9c97deb95974ae6c42332aee96f55915da1df78 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:53:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=94=E5=88=A9):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1704)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(返利): 开屏广告 * feat(返利): 开屏广告 --------- Co-authored-by: lisonge close #1702 --- src/apps/com.fanli.android.apps.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.fanli.android.apps.ts diff --git a/src/apps/com.fanli.android.apps.ts b/src/apps/com.fanli.android.apps.ts new file mode 100644 index 00000000..57364a35 --- /dev/null +++ b/src/apps/com.fanli.android.apps.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.fanli.android.apps', + name: '返利', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13227495', + }, + ], +});