From 4f18b3a98c55c76a849c9700e9c8cb66fe060f23 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 5 Jan 2025 12:21:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(51CTO):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#679)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cto51.student.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.cto51.student.ts diff --git a/src/apps/com.cto51.student.ts b/src/apps/com.cto51.student.ts new file mode 100644 index 00000000..c396aad6 --- /dev/null +++ b/src/apps/com.cto51.student.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.cto51.student', + name: '51CTO', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.foundation.activities.MainActivity', + matches: '@[vid="iv_close"] - [vid="rl_ad"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/b646bfb4-0d23-483e-b03e-f827f1c4b155', + snapshotUrls: 'https://i.gkd.li/i/18308616', + }, + ], + }, + ], +});