diff --git a/src/appDeprecatedKeys.ts b/src/appDeprecatedKeys.ts index 230d12b7..3a3d72f8 100644 --- a/src/appDeprecatedKeys.ts +++ b/src/appDeprecatedKeys.ts @@ -276,7 +276,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [ { id: 'com.cainiao.wireless', name: '菜鸟', - deprecatedKeys: [0, 3], + deprecatedKeys: [0, 3, 7, 8, 11], }, { id: 'com.cctv.cctv5ultimate', diff --git a/src/apps/com.cainiao.wireless.ts b/src/apps/com.cainiao.wireless.ts index ef74a12c..b9e77281 100644 --- a/src/apps/com.cainiao.wireless.ts +++ b/src/apps/com.cainiao.wireless.ts @@ -36,14 +36,45 @@ export default defineGkdApp({ 'View[clickable=true] > @[text="关闭"] + [text="活动"] < [text="关闭"]', - snapshotUrls: 'https://i.gkd.li/i/14033859', - }, - ], - }, { key: 9, name: '功能类-询问[是否要查询包裹]弹窗', @@ -132,19 +140,5 @@ export default defineGkdApp({ }, ], }, - { - key: 11, - name: '局部广告-包裹页面-物流信息底部横条广告', - desc: '点击右上角关闭', - rules: [ - { - quickFind: true, - activityIds: - 'com.taobao.cainiao.logistic.ui.view.LogisticDetailActivity', - matches: '[vid="iv_banner_close"]', - snapshotUrls: 'https://i.gkd.li/i/15879126', - }, - ], - }, ], });