feat(饿了么): 移除部分规则

This commit is contained in:
AIsouler
2024-08-31 21:05:00 +08:00
parent 975aa39a9d
commit ce8945e20c
2 changed files with 1 additions and 16 deletions

View File

@@ -516,7 +516,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
{ {
id: 'me.ele', id: 'me.ele',
name: '饿了么', name: '饿了么',
deprecatedKeys: [3], deprecatedKeys: [3, 11],
}, },
{ {
id: 'tv.danmaku.bili', id: 'tv.danmaku.bili',

View File

@@ -205,20 +205,5 @@ export default defineGkdApp({
}, },
], ],
}, },
{
key: 11,
name: '功能类-下单后自动领取吃货豆',
desc: '点击[立即领]',
rules: [
{
fastQuery: true,
activityIds: 'me.ele.android.emagex.container.EMagexActivity',
matches:
'ViewGroup[childCount=6] > @ViewGroup[clickable=true][index=3][text=null][childCount=0] <<n [vid="id_magex_mist_view"]',
exampleUrls: 'https://e.gkd.li/4eae2f9e-18c2-4302-b1dc-79db779a1e50',
snapshotUrls: 'https://i.gkd.li/i/16775881',
},
],
},
], ],
}); });