From 938a09d91ed415dd5e39780ef6466876c84328e5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 2 Jan 2025 13:11:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C=E5=85=BB=E8=BD=A6):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#667)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jdcar.jch.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/com.jdcar.jch.ts diff --git a/src/apps/com.jdcar.jch.ts b/src/apps/com.jdcar.jch.ts new file mode 100644 index 00000000..92abcb3a --- /dev/null +++ b/src/apps/com.jdcar.jch.ts @@ -0,0 +1,26 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.jdcar.jch', + name: '京东养车', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: 'com.jingdong.app.mall.MainFrameActivity', + matches: + '[id="com.jd.jdjch.lib.aurahome.feature:id/img_close"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/70efe1ea-0456-4438-b046-3494393191d7', + snapshotUrls: 'https://i.gkd.li/i/18287988', + }, + ], + }, + ], +});