From d46fee1506e53d81374949bcca3ad387158ef233 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 6 May 2025 20:41:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=99=BA=E6=85=A7=E6=A0=91=E5=AE=B6?= =?UTF-8?q?=E9=95=BF=E7=AB=AF-=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF=E5=91=8A=20#895?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhx.wisdomtree.ts | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/apps/com.zhx.wisdomtree.ts diff --git a/src/apps/com.zhx.wisdomtree.ts b/src/apps/com.zhx.wisdomtree.ts new file mode 100644 index 00000000..670b6879 --- /dev/null +++ b/src/apps/com.zhx.wisdomtree.ts @@ -0,0 +1,31 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.zhx.wisdomtree', + name: '智慧树家长端', + groups: [ + { + key: 1, + name: '局部广告-信息流广告', + desc: '点击关闭', + rules: [ + { + key: 0, + fastQuery: true, + activityIds: 'net.hyww.wisdomtree.parent.common.MainActivity', + matches: '[vid="iv_close_ad"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/82c2a85d-1007-45e2-abed-3c5933563a92', + snapshotUrls: 'https://i.gkd.li/i/20062093', + }, + { + key: 1, + fastQuery: true, + activityIds: 'net.hyww.wisdomtree.parent.common.MainActivity', + matches: '[vid="tv_close_ad"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/486eae02-6c25-4e2a-b6a4-7997a8887eac', + snapshotUrls: 'https://i.gkd.li/i/20062094', + }, + ], + }, + ], +});