From 3d850fc1e71c64c8e5a817323f5e81155c92f6b7 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:52:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=97=A0=E4=BB=96=E7=9B=B8=E6=9C=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A(gkd-kit#3358)=20(#3363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3358 --- src/apps/com.benqu.wuta.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.benqu.wuta.ts diff --git a/src/apps/com.benqu.wuta.ts b/src/apps/com.benqu.wuta.ts new file mode 100644 index 00000000..3228573c --- /dev/null +++ b/src/apps/com.benqu.wuta.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.benqu.wuta', + name: '无他相机', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 2, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.benqu.wuta:id/splash_ads_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13739878', + }, + ], + }, + ], +});