From b0424b340bc7ff3b48ffbcb0eb26a4479dc682be Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:29:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=AB=98=E4=BD=A3=E8=81=94=E7=9B=9F):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#3135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit clsoe #3111 close #3112 --- src/apps/com.shangfang.gylm.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/apps/com.shangfang.gylm.ts diff --git a/src/apps/com.shangfang.gylm.ts b/src/apps/com.shangfang.gylm.ts new file mode 100644 index 00000000..98d0e69e --- /dev/null +++ b/src/apps/com.shangfang.gylm.ts @@ -0,0 +1,28 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.shangfang.gylm', + name: '高佣联盟', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[clickable=true] > [text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13643613', + }, + { + key: 2, + name: '版本更新', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[id="com.shangfang.gylm:id/iv_upgrade_close"]', + snapshotUrls: 'https://i.gkd.li/import/13643599', + }, + ], +});