From 35351fcbbff39d3ed86c70d2849948b6b318e7ed Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 17 Sep 2024 19:29:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(i=E6=B7=B1=E5=9C=B3):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.pingan.smt.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.pingan.smt.ts diff --git a/src/apps/com.pingan.smt.ts b/src/apps/com.pingan.smt.ts new file mode 100644 index 00000000..ee0e30ef --- /dev/null +++ b/src/apps/com.pingan.smt.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.pingan.smt', + name: 'i深圳', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.pingan.smt.MainActivity', + matches: '[vid="close_view"]', + exampleUrls: 'https://e.gkd.li/97a058cf-0564-4194-b527-b2ec40233204', + snapshotUrls: 'https://i.gkd.li/i/17011387', + }, + ], + }, + ], +});