From 238bad7fc0c28e837b964efa6279e91481d5e584 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:18:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B7=B4=E5=93=88=E5=A7=86=E7=89=B9)=20?= =?UTF-8?q?=E5=BC=80=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/tw.com.gamer.android.activecenter.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/tw.com.gamer.android.activecenter.ts diff --git a/src/apps/tw.com.gamer.android.activecenter.ts b/src/apps/tw.com.gamer.android.activecenter.ts new file mode 100644 index 00000000..a4dde55a --- /dev/null +++ b/src/apps/tw.com.gamer.android.activecenter.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'tw.com.gamer.android.activecenter', + name: '巴哈姆特', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[desc="Interstitial close button"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/14292691', + }, + ], +});