From 9da36a9f72e2e6fc013a5ec6e21d181cdd9fcb4b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 12 Aug 2024 20:34:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=8C=E4=B8=8A=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E8=81=94=E7=9B=9F):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=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.tencent.qt.qtl.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.tencent.qt.qtl.ts b/src/apps/com.tencent.qt.qtl.ts index 6bad6fbc..2fef6c68 100644 --- a/src/apps/com.tencent.qt.qtl.ts +++ b/src/apps/com.tencent.qt.qtl.ts @@ -30,5 +30,19 @@ export default defineGkdApp({ rules: '[id="com.tencent.qt.qtl:id/btn_update_cancel"]', snapshotUrls: 'https://i.gkd.li/i/13611286', }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'com.tencent.zone.main.MainZoneHomeActivity', + matches: '[vid="notice_close_pic"]', + exampleUrls: 'https://e.gkd.li/d1747892-c416-4877-a706-fb3c16e5b049', + snapshotUrls: 'https://i.gkd.li/i/16581606', + }, + ], + }, ], });