From 40e8055dc18e9e194f6de9891a91ca25060f65f3 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:17:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AF=8C=E6=B0=91=E9=93=B6=E8=A1=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A(gkd-kit#3504)=20(#3551)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3504 --- src/apps/com.fbank.mobile.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.fbank.mobile.ts diff --git a/src/apps/com.fbank.mobile.ts b/src/apps/com.fbank.mobile.ts new file mode 100644 index 00000000..d20b36ef --- /dev/null +++ b/src/apps/com.fbank.mobile.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.fbank.mobile', + name: '富民银行', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.fbank.mobile:id/iv_dumiao"]', + snapshotUrls: 'https://i.gkd.li/import/13797434', + }, + ], + }, + ], +});