From 45f2317e71e43f290619088015c2ac6237741f0a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 15 Jun 2024 21:21:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(CamHipro):=20=E5=B1=80=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hichip.campro.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.hichip.campro.ts diff --git a/src/apps/com.hichip.campro.ts b/src/apps/com.hichip.campro.ts new file mode 100644 index 00000000..ae16204b --- /dev/null +++ b/src/apps/com.hichip.campro.ts @@ -0,0 +1,21 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.hichip.campro', + name: 'CamHipro', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'main.MainActivity', + matches: '[vid="iv_close_ad"]', + snapshotUrls: 'https://i.gkd.li/i/15847732', + }, + ], + }, + ], +});