From 0032ce1128a95f146da1e484eff060b190dbdc4e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 20 May 2024 16:11:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BD=9C=E4=B8=9A=E5=B8=AE):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.homework.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.baidu.homework.ts diff --git a/src/apps/com.baidu.homework.ts b/src/apps/com.baidu.homework.ts new file mode 100644 index 00000000..57335baf --- /dev/null +++ b/src/apps/com.baidu.homework.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.baidu.homework', + name: '作业帮', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + key: 0, + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.baidu.homework.activity.index.IndexActivity', + matches: '[vid="ad_dialog_close"]', + snapshotUrls: 'https://i.gkd.li/i/15374440', + }, + ], + }, + ], +});