From 44dc9bc8f332282bdd8f2b9f5a635748c286f634 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:39:49 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit aa4118fb258648cc1e0642138c60059b88ec1a05 Author: aisouler Date: Fri Jan 26 13:40:30 2024 +0800 feat(Blued):购买动态投放弹窗 --- src/apps/com.soft.blued.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.soft.blued.ts b/src/apps/com.soft.blued.ts index c702e43f..7704c54d 100644 --- a/src/apps/com.soft.blued.ts +++ b/src/apps/com.soft.blued.ts @@ -25,5 +25,19 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '全屏广告-购买动态投放弹窗', + desc: '点击X', + rules: [ + { + quickFind: true, + matches: '[id="com.soft.blued:id/iv_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/37ea59cf-9606-4cd6-a74a-84f353f07975', + snapshotUrls: 'https://i.gkd.li/import/14060676', + }, + ], + }, ], });