From 3f3410ffb103007dffbba77124c9c7c58188bfe1 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:50:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B7=A5=E9=93=B6e=E7=94=9F=E6=B4=BB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.icbc.elife.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.icbc.elife.ts diff --git a/src/apps/com.icbc.elife.ts b/src/apps/com.icbc.elife.ts new file mode 100644 index 00000000..c678fc2c --- /dev/null +++ b/src/apps/com.icbc.elife.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.icbc.elife', + name: '工银e生活', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '@RelativeLayout > [text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13399176', + }, + ], +});