mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:23:55 +08:00
Fix(饿了么): 版本更新-删除无用属性 (#2598)
* Fix(饿了么):版本更新-删除无用属性 * Update me.ele.ts
This commit is contained in:
parent
cf81c8352e
commit
627be4e15a
|
@ -21,7 +21,7 @@ export default defineAppConfig({
|
||||||
// matchTime: 10000, 部分更新提示不在10s内
|
// matchTime: 10000, 部分更新提示不在10s内
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
matchDelay: 3000,
|
// matchDelay: 3000, 想不起来为啥加的了,先删掉
|
||||||
rules:
|
rules:
|
||||||
'[text*="更新应用版本"] < ScrollView + [text="取消"][focusable=true]',
|
'[text*="更新应用版本"] < ScrollView + [text="取消"][focusable=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
|
@ -36,6 +36,7 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '红包弹窗1',
|
name: '红包弹窗1',
|
||||||
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'me.ele.component.pops2.Pops2MistDialog',
|
'me.ele.component.pops2.Pops2MistDialog',
|
||||||
'me.ele.component.webcontainer.view.AppUCWebActivity',
|
'me.ele.component.webcontainer.view.AppUCWebActivity',
|
||||||
|
@ -44,7 +45,7 @@ export default defineAppConfig({
|
||||||
'me.ele.shopdetailv2.ShopDetailV2Activity',
|
'me.ele.shopdetailv2.ShopDetailV2Activity',
|
||||||
],
|
],
|
||||||
matches:
|
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: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12650238',
|
'https://i.gkd.li/import/12650238',
|
||||||
'https://i.gkd.li/import/13294893',
|
'https://i.gkd.li/import/13294893',
|
||||||
|
@ -65,6 +66,7 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '活动弹窗',
|
name: '活动弹窗',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
@ -74,7 +76,7 @@ export default defineAppConfig({
|
||||||
'me.ele.newbooking.checkout.entrypoint.WMCheckoutActivity',
|
'me.ele.newbooking.checkout.entrypoint.WMCheckoutActivity',
|
||||||
],
|
],
|
||||||
matches:
|
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: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12726709',
|
'https://i.gkd.li/import/12726709',
|
||||||
'https://i.gkd.li/import/13476719',
|
'https://i.gkd.li/import/13476719',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user