From f5d2dc8cf4534c93d028abdf3d4a856be1eb6523 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:31:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=B4=E4=B8=9A=E9=93=B6=E8=A1=8C):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3114 --- src/apps/com.cib.cibmb.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.cib.cibmb.ts diff --git a/src/apps/com.cib.cibmb.ts b/src/apps/com.cib.cibmb.ts new file mode 100644 index 00000000..b242ab93 --- /dev/null +++ b/src/apps/com.cib.cibmb.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cib.cibmb', + name: '兴业银行', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13645447', + }, + ], +});