From f2c592fa151ab4e49f10d0893d41c923ffa51c93 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:04:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E4=BA=BA=E4=BF=9D):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3028)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2965 --- src/apps/com.cloudpower.netsale.activity.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.cloudpower.netsale.activity.ts diff --git a/src/apps/com.cloudpower.netsale.activity.ts b/src/apps/com.cloudpower.netsale.activity.ts new file mode 100644 index 00000000..5cc55ca6 --- /dev/null +++ b/src/apps/com.cloudpower.netsale.activity.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cloudpower.netsale.activity', + name: '中国人保', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13619741', + }, + ], +});