From 4eeef36510f134acd153a97116dbd6c06236c52c Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:46:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=B2=E9=82=BB=E5=BC=80=E9=97=A8):=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#3459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3456 --- src/apps/com.qinlin.edoor.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.qinlin.edoor.ts b/src/apps/com.qinlin.edoor.ts index 09b707d6..39854411 100644 --- a/src/apps/com.qinlin.edoor.ts +++ b/src/apps/com.qinlin.edoor.ts @@ -18,6 +18,20 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '弹窗广告', + rules: [ + { + key: 0, + name: '穿山甲SDK', + quickFind: true, + matches: + '@[id="com.qinlin.edoor:id/iv_close"] - LinearLayout >n [text*="广告"]', + snapshotUrls: 'https://i.gkd.li/import/13771774', + }, + ], + }, { enable: false, key: 10,