mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(饿了么): 移除部分规则
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user