From 36f8db542e6131a2acc7c25a0e428637c232d7df Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 26 Sep 2024 10:38:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=89=E8=84=89):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taou.maimai.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.taou.maimai.ts diff --git a/src/apps/com.taou.maimai.ts b/src/apps/com.taou.maimai.ts new file mode 100644 index 00000000..ca069677 --- /dev/null +++ b/src/apps/com.taou.maimai.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.taou.maimai', + name: '脉脉', + groups: [ + { + key: 1, + name: '开屏广告', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<10][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/218294da-9c56-45f3-b555-b6429e229858', + snapshotUrls: 'https://i.gkd.li/i/17141912', + }, + ], + }, + ], +});