From e98d25c7ea937416943d927e1d92a84b81d09124 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:10:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(Bimmer=E6=8E=A7=E5=88=B6=E5=99=A8):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2047)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat(Bimmer控制器): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.bmw.app.bundle.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.bmw.app.bundle.ts diff --git a/src/apps/com.bmw.app.bundle.ts b/src/apps/com.bmw.app.bundle.ts new file mode 100644 index 00000000..b5ecccd5 --- /dev/null +++ b/src/apps/com.bmw.app.bundle.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bmw.app.bundle', + name: 'Bimmer控制器', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13328341', + }, + ], + }, + ], +});