From 13fcec9dec8056b797d508b7ab3f8288e39815c6 Mon Sep 17 00:00:00 2001 From: lisonge Date: Mon, 30 Oct 2023 00:26:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 268d971e..2a93c091 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -83,14 +83,5 @@ export default defineAppConfig({ rules: '@View[clickable=true] - View > View > TextView[text="立即签到"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12642798', }, - { - key: 12, - name: '弹窗-下次从首页找到', - desc: '点击底部x图片按钮', - quickFind: true, - activityIds: 'com.alibaba.triver.container.TriverMainActivity', - rules: '[id="com.taobao.taobao.triver_taobao:id/close_image"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/13197362', - }, ], });