From 71e202b45676725e6ac6f70a7465ca860e69e7f9 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 26 Mar 2025 22:03:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Fantuan=20Delivery-=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E6=82=AC=E6=B5=AE=E5=B9=BF=E5=91=8A=20#786?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ca.fantuan.customer.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.ca.fantuan.customer.ts b/src/apps/com.ca.fantuan.customer.ts index 7d649a5e..71925a01 100644 --- a/src/apps/com.ca.fantuan.customer.ts +++ b/src/apps/com.ca.fantuan.customer.ts @@ -46,5 +46,22 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '局部广告-悬浮广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: '.app.mainv2.view.MainActivity', + matches: [ + '[vid="home_bottom_float_view"][visibleToUser=true]', + '[vid="iv_close"][visibleToUser=true]', + ], + exampleUrls: 'https://e.gkd.li/a61401ed-245c-4942-9245-bae8fbb15abd', + snapshotUrls: 'https://i.gkd.li/i/19459880', + }, + ], + }, ], });