diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 0289db31..6591e309 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -232,5 +232,21 @@ export default defineAppConfig({ }, ], }, + { + key: 18, + name: '功能类-"「0元下单」权益"弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: + '[text="关闭"] < @FrameLayout[clickable=true] <3 FrameLayout[childCount=3] < * + FrameLayout[childCount=3] [text*="0元下单"]', + exampleUrls: + 'https://m.gkd.li/57941037/a35c954d-5162-463c-aee3-b72b9c2d6625', + snapshotUrls: 'https://i.gkd.li/import/14155537', + }, + ], + }, ], });