From 42584718a6d51c1ab7353e4e8c76e7c102ed66d7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 20 Mar 2024 21:42:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B0=B4=E6=9E=9C=E6=B4=BE):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ruYUVE.bgGRHf.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.ruYUVE.bgGRHf.ts diff --git a/src/apps/com.ruYUVE.bgGRHf.ts b/src/apps/com.ruYUVE.bgGRHf.ts new file mode 100644 index 00000000..20d91f34 --- /dev/null +++ b/src/apps/com.ruYUVE.bgGRHf.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ruYUVE.bgGRHf', + name: '水果派', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + action: 'clickCenter', + forcedTime: 10000, // 该软件开屏广告5秒后才出现跳过按钮 + matches: '[desc="关闭广告"]', + snapshotUrls: 'https://i.gkd.li/i/14667107', + }, + ], + }, + ], +});