From 9b64124a02d10e2966021b955dc1adb619cb7f5e Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:02:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E9=93=B6=E8=B7=A8=E5=A2=83GO):?= =?UTF-8?q?=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2427)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2419 --- src/apps/com.bocop.cbsp.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.bocop.cbsp.ts diff --git a/src/apps/com.bocop.cbsp.ts b/src/apps/com.bocop.cbsp.ts new file mode 100644 index 00000000..a82459c8 --- /dev/null +++ b/src/apps/com.bocop.cbsp.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bocop.cbsp', + name: '中银跨境GO', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[text^="跳过"][text.length<10]', + snapshotUrls: 'https://i.gkd.li/import/13445840', + }, + ], + }, + ], +});