diff --git a/src/appDeprecatedKeys.ts b/src/appDeprecatedKeys.ts index 08df7b5a..a47aa899 100644 --- a/src/appDeprecatedKeys.ts +++ b/src/appDeprecatedKeys.ts @@ -465,7 +465,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [ { id: 'com.taobao.taobao', name: '淘宝', - deprecatedKeys: [0, 10, 11], + deprecatedKeys: [0, 10, 11, 18], }, { id: 'com.taptap', diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index c96816b9..3454782b 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -242,7 +242,6 @@ export default defineGkdApp({ 'https://i.gkd.li/i/13691864', 'https://i.gkd.li/i/13628020', 'https://i.gkd.li/i/13898735', - 'https://i.gkd.li/i/18296345', ], }, ], @@ -260,22 +259,6 @@ export default defineGkdApp({ }, ], }, - { - key: 18, - name: '全屏广告-[「0元下单」权益]弹窗', - desc: '点击关闭', - rules: [ - { - fastQuery: 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/i/14155537', - }, - ], - }, { key: 19, name: '局部广告-商品详情页直播悬浮窗', @@ -305,5 +288,26 @@ export default defineGkdApp({ }, ], }, + { + key: 21, + name: '全屏广告-支付后的推荐弹窗', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity', + matches: [ + '[text$="推荐你"][visibleToUser=true]', + '@[clickable=true] > [text="关闭"][visibleToUser=true]', + ], + exampleUrls: 'https://e.gkd.li/1646b159-a3ca-4cd8-9519-729e70acb72a', + snapshotUrls: [ + 'https://i.gkd.li/i/14155537', + 'https://i.gkd.li/i/18296345', + 'https://i.gkd.li/i/22113615', + ], + }, + ], + }, ], });