From 812d1b0c0078e7c412be762cc713ec059e6ffb8d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:28:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=A6=E5=8F=91=E9=93=B6=E8=A1=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.com.spdb.mobilebank.per.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/cn.com.spdb.mobilebank.per.ts diff --git a/src/apps/cn.com.spdb.mobilebank.per.ts b/src/apps/cn.com.spdb.mobilebank.per.ts new file mode 100644 index 00000000..b1d43b76 --- /dev/null +++ b/src/apps/cn.com.spdb.mobilebank.per.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.com.spdb.mobilebank.per', + name: '浦发银行', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'cn.com.spdb.mobilebank.per.activity.MainActivity', + rules: + '[id="cn.com.spdb.mobilebank.per:id/splash_tb_time"][text$="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12740308', + }, + ], +});