diff --git a/src/apps/me.ele.ts b/src/apps/me.ele.ts index 85479a52..793ed17f 100644 --- a/src/apps/me.ele.ts +++ b/src/apps/me.ele.ts @@ -21,7 +21,7 @@ export default defineAppConfig({ // matchTime: 10000, 部分更新提示不在10s内 actionMaximum: 1, resetMatch: 'app', - matchDelay: 3000, + // matchDelay: 3000, 想不起来为啥加的了,先删掉 rules: '[text*="更新应用版本"] < ScrollView + [text="取消"][focusable=true]', snapshotUrls: [ @@ -36,6 +36,7 @@ export default defineAppConfig({ { key: 0, name: '红包弹窗1', + quickFind: true, activityIds: [ 'me.ele.component.pops2.Pops2MistDialog', 'me.ele.component.webcontainer.view.AppUCWebActivity', @@ -44,7 +45,7 @@ export default defineAppConfig({ 'me.ele.shopdetailv2.ShopDetailV2Activity', ], matches: - '[id="me.ele:id/id_magex_mistview"][childCount=2] > ViewGroup + ImageView[clickable=true]', + '@ImageView[clickable=true] - ViewGroup < [id="me.ele:id/id_magex_mistview"][childCount=2]', snapshotUrls: [ 'https://i.gkd.li/import/12650238', 'https://i.gkd.li/import/13294893', @@ -65,6 +66,7 @@ export default defineAppConfig({ { key: 4, name: '活动弹窗', + quickFind: true, rules: [ { key: 1, @@ -74,7 +76,7 @@ export default defineAppConfig({ 'me.ele.newbooking.checkout.entrypoint.WMCheckoutActivity', ], matches: - '[id="me.ele:id/id_magex_mistview"][childCount=2] > ImageView + ImageView[clickable=true]', + '@ImageView[clickable=true] - ImageView < [id="me.ele:id/id_magex_mistview"][childCount=2]', snapshotUrls: [ 'https://i.gkd.li/import/12726709', 'https://i.gkd.li/import/13476719',