From e6eccc897fe7fc5cf7e9ffb6a851cdd1fc3f6665 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 3 Nov 2025 13:56:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8C=A0=E5=A4=9A=E5=A4=9A=E5=B8=88?= =?UTF-8?q?=E5=82=85=E7=89=88=20#1376?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jdd.newjdd.app.ts | 65 ++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 src/apps/com.jdd.newjdd.app.ts diff --git a/src/apps/com.jdd.newjdd.app.ts b/src/apps/com.jdd.newjdd.app.ts new file mode 100644 index 00000000..44d0390f --- /dev/null +++ b/src/apps/com.jdd.newjdd.app.ts @@ -0,0 +1,65 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.jdd.newjdd.app', + name: '匠多多师傅版', + groups: [ + { + key: 1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + priorityTime: 10000, + rules: [ + { + fastQuery: true, + matches: '[vid="jump"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/10dd2d8b-e48a-4554-a748-c9e156b003d9', + snapshotUrls: 'https://i.gkd.li/i/23294048', + }, + ], + }, + { + key: 2, + name: '全屏广告', + rules: [ + { + fastQuery: true, + activityIds: '.activity.MainActivity', + matches: '[vid="iv_close"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/557eefdd-fd75-4a93-8f68-6ae8f042270a', + snapshotUrls: 'https://i.gkd.li/i/23294049', + }, + ], + }, + { + key: 3, + name: '通知提示-公告弹窗', + desc: '点击[查看详情]-返回关闭', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: '.activity.MainActivity', + rules: [ + { + key: 0, + matches: [ + '[text="系统公告"][visibleToUser=true]', + '[text="点击查看详情"][visibleToUser=true]', + ], + exampleUrls: 'https://e.gkd.li/146c27dc-9e92-4074-930f-d099c65c44f2', + snapshotUrls: 'https://i.gkd.li/i/23295736', + }, + { + preKeys: [0], + matches: + '@View[clickable=true] >2 [childCount=0][text=""][visibleToUser=true] <