From 41aeeb3d3a7c5d0bf2b5f35686c703e4d614cd95 Mon Sep 17 00:00:00 2001 From: ysjsgzq <15320436211@163.com> Date: Tue, 31 Oct 2023 23:10:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=80=E5=8A=A0=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=95=86=E5=BA=97):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#1627)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.oppo.market.ts 一加软件商店开屏广告规则 * feat(一加软件商店): 开屏广告 --------- Co-authored-by: 二刺螈 --- src/apps/com.oppo.market.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.oppo.market.ts diff --git a/src/apps/com.oppo.market.ts b/src/apps/com.oppo.market.ts new file mode 100644 index 00000000..c800d586 --- /dev/null +++ b/src/apps/com.oppo.market.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.oppo.market', + name: '一加软件商店', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13211017', + }, + ], + }, + ], +});