From ae0aca8121ec5cfa0053fc7c39d3c86629cc163b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 26 Apr 2024 15:34:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E7=9B=B4=E6=92=AD=E6=82=AC=E6=B5=AE=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 13f59ffc..92e0714f 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -236,5 +236,21 @@ export default defineGkdApp({ }, ], }, + { + key: 19, + name: '局部广告-商品详情页直播悬浮窗', + desc: '点击关闭', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + activityIds: + 'com.taobao.android.detail.wrapper.activity.DetailActivity', + matches: '[vid="view_close"]', + snapshotUrls: 'https://i.gkd.li/i/15124094', + }, + ], + }, ], });