From a71af8feacbe6267994492967e26ef91a1a7feea Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:05:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B4=AB=E9=87=91=E5=86=9C=E5=95=86?= =?UTF-8?q?=E9=93=B6=E8=A1=8C):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2785)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.csii.zijin.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.csii.zijin.ts diff --git a/src/apps/com.csii.zijin.ts b/src/apps/com.csii.zijin.ts new file mode 100644 index 00000000..6c61fd4f --- /dev/null +++ b/src/apps/com.csii.zijin.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.csii.zijin', + name: '紫金农商银行', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13538357', + }, + ], +});